Arma3 Control Script

Posts 1–5 of 5 · Page 1 of 1
Arma3 Control Script
Hey guys!
I searching for a Control script so I can control a player that I want
Would be aweseome if some of you guys could give me a Script like this
An alternative is to use the remoteControl command (can't post links but search for it in bohemia's wiki) in combination with switchcamera , although when you stop the RC, the old "owner" (player) of the unit doesn't always seem to get the control back, has to reconnect (or go to the lobby and restart ) and there will be 2 units of the same name etc with one being controlled by AI .
To find out which unit you want to control , one way would be to do

{
if(name _x == "NameOfTarget")
targetunit =_x;
} foreach playableUnits;

obviously , replace NameOfTarget with the name of the player you want to troll.
thanks, nice share

Update: We made it into a script, i was gonna release, until i realise it could be the end of arma3. cops killing cops, civs killing admins, could be a game breaker in the wrong hands

Edit: think you can control whole server at same time
can't have little kiddies running around controlling people insistently now can we
Quote Originally Posted by Jme View Post
thanks, nice share

Update: We made it into a script, i was gonna release, until i realise it could be the end of arma3. cops killing cops, civs killing admins, could be a game breaker in the wrong hands

Edit: think you can control whole server at same time


Yea don't release it please. Keep it private.
Posts 1–5 of 5 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?