/recon
#1

I need this plz
When admins typing / recon that are not seen and that can walk and when typing / offrecon to see and walk normally
Reply
#2

What the f*** are you talking about? explain more please.
Reply
#3

Like this?? :

pawn Код:
CMD:recon(playerid, params[])
{
     if(!IsPlayerAdmin(playerid)) return 0;
     TogglePlayerControllable(playerid, false);
     SetPlayerVirtualWorld(playerid, 50+playerid);
     return 1;
}

CMD:offrecon(playerid, params[])
{
     if(!IsPlayerAdmin(playerid)) return 0;
     TogglePlayerControllable(playerid, true);
     SetPlayerVirtualWorld(playerid, 0);
     return 1;
}
Reply
#4

Yes, tnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)