[Ajuda] Comando
#7

Seria mais facil assim

pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[]){
    if(GetPVarInt(playerid,"Escolhendo_Classe")==1){
    SendClientMessage(playerid, 0xFF0000FF, "{D7D7D7}Vocк nгo estб logado!");
    return 0;
    }
    return 1;
}
public OnPlayerSpawn(playerid)
{
    SetPVarInt(playerid,"Escolhendo_Classe",0);
    return 1;
}
Reply


Messages In This Thread
Comando - by ThiagoMK - 05.06.2013, 22:45
Re: Comando - by MonFiTy - 05.06.2013, 22:49
Re : Comando - by ThiagoMK - 05.06.2013, 23:07
Re: Comando - by Don_Speed - 05.06.2013, 23:11
Re : Comando - by ThiagoMK - 05.06.2013, 23:21
Re: Re : Comando - by Don_Speed - 05.06.2013, 23:25
Re: Comando - by JoaoMonteiro452 - 05.07.2013, 19:46

Forum Jump:


Users browsing this thread: 1 Guest(s)