[AJUDA] Public sу funciona com ID 0
#1

pawn Код:
public Derby()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(entrouderby[i] == 1)
            {
                TogglePlayerControllable(i, 1);
                SendClientMessage(i, COLOR_LIGHTBLUE,"Sinal verde, GO, GO, GO!");
                format(gstring, sizeof(gstring), "~g~GO, GO, GO!");
                GameTextForPlayer(i, gstring, 15000, 6);
                derbyiniciado[i] = 1;                                                                               f
                derbyevento = 0;
            }
        }
    }
    return 1;
}
Essa pъblic sу funciona se estiver com o ID 0 no evento.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)