[AJUDA] Com um Comando aqui '-'.
#2

PHP код:
new bool:GodCar[MAX_PLAYERS] = falseGC_Timer;
public 
OnPlayerCommandText(playerid,cmdtext[]) {
    if(!
strcmp(cmdtext,"/godcarro",true)) {
        if(!
IsPlayerAdmin(playerid))
            return 
SendClientMessage(playerid,-1,"Vocк nгo й administrador");
        if(
GodCar[playerid] == false) {
            
SendClientMessage(playerid,-1,"GOD CARRO ATIVADO");
            
GC_Timer SetTimerEx("GodCarro",1500,true,"i",playerid);
        }
        else {
            
SendClientMessage(playerid,-1,"GOD CARRO DESATIVADO");
            
KillTimer(GC_Timer);
        }
        return 
true;
    }
    return 
false;
}
forward GodCarro(playerid);
public 
GodCarro(playerid) return RepairVehicle(GetPlayerVehicleID(playerid)); 
Reply


Messages In This Thread
[AJUDA] Com um Comando aqui '-'. - by Bruno Pereira - 07.07.2011, 19:17
Re: [AJUDA] Com um Comando aqui '-'. - by RockFire - 07.07.2011, 19:20
Re: [AJUDA] Com um Comando aqui '-'. - by Macintosh - 07.07.2011, 19:21
Re: [AJUDA] Com um Comando aqui '-'. - by Ricop522 - 07.07.2011, 19:28
Re: [AJUDA] Com um Comando aqui '-'. - by Bruno Pereira - 07.07.2011, 22:19

Forum Jump:


Users browsing this thread: 1 Guest(s)