Search results

  1. G

    UID restriction help

    Ya, its not woking so its probably wrong. I have whitelisted it already. It works good without the UID restriction
  2. G

    UID restriction help

    I would also have to put (getPlayerUID player) in and what would - [] do to the code. It goes over my head. (your suggestion didnt work)
  3. G

    Safe Bases - Almost Complete

    waituntil{player == player}; waitUntil {!isNil "bis_fnc_init"}; AllowedPlayersArray = ["123456" , "123456" , "123456" , "123456" , "123456" , "123456" , "123456" , "123456" , "123456" , "123456" , "123456" , "123456"]; _condition = "(vehicle player) in thislist"; _activation = " if...
  4. G

    UID restriction help

    _deploybikedonors is a variable that contains an array of all the admin UIDs so instead of doing this (getPlayerUID player) in ["231720134","74271814","239981382","239982214"] I simply added: _deploybikedonors = ["231720134","74271814","239981382","239982214"] and called it in the if...
  5. G

    UID restriction help

    ^^^ lmao
  6. G

    UID restriction help

    bump
  7. G

    Errors with debug

    :( :rolleyes:
  8. G

    [HELP] Map Markers - Chernarus Overwatch

    Thanks Crish but its not needed anymore. I already got mine set up nice and good
  9. G

    How do I add scripts/plugins to a HFBServer?

    Sure, It would be nice if you can hop on my teamspeak server: ghostzgamerz.tserverhq.com
  10. G

    Errors with debug

    Is this J0k3r's debug moniter? can i see the link you copied this from?
  11. G

    How do I add scripts/plugins to a HFBServer?

    No I dont have HFBServers. But they will probably have a panel with a sction for uploads for mission/server.pbo Or they would have FTP access for you. You then have to Use a program like a FileZilla to login to FTP and access the pbos that way
  12. G

    Apaches

    Aahh. :rolleyes:
  13. G

    Apaches

    I have no idea dude, But i would recomend adding AH-1Z instead of AH-64D Apache. It would solve your problem with hydras in gunner seat
  14. G

    [Support] DZMS DayZ Mission System

    Find In dayz_server\DZMS\Missions\Major\EM1.sqf _veh1 = ["small"] call DZMSGetVeh; Replace with: _veh1 = ["C130J"] Not working
  15. G

    Apaches

    check this tutorial out for adding and removing wepeons from vehicles http://opendayz.net/threads/tutorial-remove-weapons-replace-weapons-on-vehicles.11070/
  16. G

    Making traders where you can pay with zombiekills.

    I am looking for this too.
  17. G

    [Free] NateDaBeasts Scripting Service [Free]

    Nate, remeber me? Hop on our TS: ghostzgamerz.tserverhq.com
  18. G

    Errors with debug

    Replace your code with this: _pic = (gettext (configFile >> 'CfgVehicles' >> (typeof vehicle player) >> 'picture')); if (player == vehicle player) then { _pic = (gettext (configFile >> 'cfgWeapons' >> (currentWeapon player) >> 'picture')); }...
  19. G

    How do I add scripts/plugins to a HFBServer?

    You will have to work with mission.pbo and server.pbo This is a good tutorial to get started
  20. G

    UID restriction help

    Hi! I am trying to restrict deploy bike script only for donators. This is what i have and its doesnt seem to work fn_selfActions.sqf near top: _deploybikedonors = ["231720134","74271814","239981382","239982214"] These are the IDs that will be allowed to deploy a bike Deploy bike script...
Back
Top