Controllable
#4

Whoops, need help anyhow.
pawn Код:
if (strcmp("/startevent", cmdtext, true, 10) ==0)
    {
        new pName[MAX_PLAYER_NAME], str[100];
        GetPlayerName(playerid,pName,sizeof(pName));
        Event[playerid] = 1;
        SetPlayerPos(playerid, 1798.2366,-1303.9529,120.2656);
        format(str,sizeof(str),"{FF7F00}%s has just started the event.",pName);
        SendClientMessageToAll(-1,str);
        TogglePlayerControllable(playerid,true);
        return 1;
    }
How does this work to unfreeze ALL in the event? :S
Reply


Messages In This Thread
Controllable - by HighPitchedVoice - 25.05.2012, 21:04
Re: Controllable - by ViniBorn - 25.05.2012, 21:11
Re: Controllable - by HighPitchedVoice - 25.05.2012, 21:13
Re: Controllable - by HighPitchedVoice - 25.05.2012, 21:16
Re: Controllable - by ViniBorn - 25.05.2012, 21:32
Re: Controllable - by HighPitchedVoice - 25.05.2012, 21:38

Forum Jump:


Users browsing this thread: 1 Guest(s)