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

change this to macheen gunner

Recommended Posts

Hi all new to all this. i have this script that makes some hookers exit my truck but i would like it to make some guys instead like freindly guys.

all i need is a name of the groups and stuff as you can see

Thanks in adavance!

the script is

_wagon = _this select 0;

//_group = createGroup civilian;

_group = group player;

hint "the Lord works in mysterious ways...";

for "_i" from 1 to 5 do

{

_group createUnit ["Hooker4", _wagon modelToWorld [0,-5,0], [], 0, "NONE"];

sleep 0.5;

};

Share this post


Link to post
Share on other sites

Nice, you have Loki's PuWa.....pretty cool when the hookers jump out of the back of it, nice rocket launcher on it too!! I had always thought troops would be better than hookers.

Share this post


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

×