[Ajuda] Comando sу vai para o ID 0
#2

tenta ae
PHP Code:
if(strcmp(cmdtext,"/iniciarderby"true) == 0)
{
    if (
PlayerInfo[playerid][pAdmin] < 4) return SendClientMessage(playeridCOLOR_GRAD1"   Vocк nгo tem permissгo para utilizar este comando!");
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i))
        {
            if(
carroderby[i] == 0) return SendClientMessage(playeridCOLOR_GREY,"Nгo hб carros criados, crie os veнculos para poder iniciar o evento!");
            if(
derbyiniciado[i] == 0) return SendClientMessage(playeridCOLOR_GREY,"Jб estб acontecendo um evento de Derby, espere atй que o inicial termine!");
            if(
entrouderby[i] == 1)
            {
                
GetPlayerName(playeridsendernamesizeof(sendername));
                
format(stringsizeof(string), "Notнcias do Evento: O Admin %s iniciou o evento de Derby e o evento foi trancado!",sendername);
                
SendClientMessage(i,TEAM_CYAN_COLORstring);
                
TogglePlayerControllable(i1);
                
SendClientMessage(i,COLOR_LIGHTBLUE,"Sinal verde, GO, GO, GO!");
                
GameTextForPlayer(i,"~g~GO, GO, GO!"150006);
                
derbyiniciado[i] = 1,derbyevento 0;
                return 
1;
            }
            return 
1;
        }
        return 
1;
    }
    return 
1;

Reply


Messages In This Thread
[Ajuda] Comando sу vai para o ID 0 - by diretor7 - 29.06.2011, 00:19
Re: [Ajuda] Comando sу vai para o ID 0 - by RockFire - 29.06.2011, 00:27
Re: [Ajuda] Comando sу vai para o ID 0 - by The Knight - 29.06.2011, 02:32

Forum Jump:


Users browsing this thread: 1 Guest(s)