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:
These are the IDs that will be allowed to deploy a bike
Deploy bike script:
UID restriction help
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:
Code:
_deploybikedonors = ["231720134","74271814","239981382","239982214"]
Deploy bike script:
Code:
//BIKE DEPLOY if ("ItemToolbox" in _weapons and (getPlayerUID player) in _deploybikedonors) then { hasBikeItem = true; } else { hasBikeItem = false;}; if((speed...