Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
MichaelGER

Unlock Vehicles in Multiplayer

Recommended Posts

Hi,

I am creating a mission and in this mission vehicles should be unlocked if the variable counter hits a number.

I am using this script at the moment:

#loop

? (counter==1) : hummer1 lock false;

? (counter==1) : hummer2 lock false;

? (counter==3) : apc1 lock false;

? (counter==3) : apc2 lock false;

? (counter==6) : tank lock false;

? (counter==5) : huey lock false;

? (counter==5) : osprey lock false;

? (counter==8) : a10 lock false;

goto "loop"

but it doesnt work in multiplayer. Do you know a working script which does the same?

I am a noob at scripting.

Share this post


Link to post
Share on other sites

try to write this to the vehicles init field, or in a trigger:

vehiclename lock true

I post this question here too, and question is HOW THE #"%&/!&/& can i lock ammo boxes!??!?!

Share this post


Link to post
Share on other sites

don't lock the ammo box, just don't fill it =]

then dynamically fill it when they've earned the right to the goodies

Share this post


Link to post
Share on other sites
Sign in to follow this  

×