[Ajuda] o Comando Esta indo
#1

O Comando Esta Indo Sem Botar o Id da pessoa /trazer traz eu msm '-' /limparadmin limpa eu msm
PHP код:
CMD:limparadmin(playeridparams[])
{
    new 
idplayer[MAX_PLAYER_NAME], tirou[MAX_PLAYER_NAME], string[256], string2[256];
    if (
pAdmin[playerid][Level] != 5) return SendClientMessage(playerid0xAD0000AA"Vocк nгo estб autorizado.");
    if (
sscanf(params"u"id)) return SendClientMessage(playerid0xAD0000AA"Use /limparadmin [ID] ");
    if (
pAdmin[id][Level] < 1) return SendClientMessage(playeridVERMELHO"Este player nгo й admin ! ");
    
GetPlayerName(idplayersizeof(player));
    
GetPlayerName(playeridtirousizeof(tirou));
    
format(stringsizeof(string), "Vocк tirou o admin do %s"player);
    
SendClientMessage(playerid0x00F6F6AAstring);
    
format(string2sizeof(string2), "O admin %s tirou seu admin."tirou);
    
SendClientMessage(idVERDEstring2);
    
pAdmin[playerid][Level] = 0;
    return 
1;
 } 
PHP код:
CMD:trazer(playeridparams[])
{
    if(
pAdmin[playerid][Level] < 1) return SendClientMessage(playeridVERMELHO,"Vocк nгo estб autorizado.");
    new 
idFloatxFloatyFloatzstring[256], string2[256], namep[MAX_PLAYER_NAME], namead[MAX_PLAYER_NAME];
    if(
sscanf(params"u"id)) return SendClientMessage(playeridVERMELHO,"Use /trazer [ID]");
    if(!
IsPlayerConnected(id)) return SendClientMessage(playeridVERMELHO,"Este jogador nгo estб online.");
    
GetPlayerName(playeridnameadsizeof(namead));
    
GetPlayerName(idnamepsizeof(namep));
    
format(stringsizeof(string), "Trouxe o player %s atй vocк."namep);
    
format(string2sizeof(string2), "O Administrador %s  trouxe vocк atй ele."namead);
    
SendClientMessage(playeridPURPLEstring);
    
SendClientMessage(idVERDEstring2);
    
GetPlayerPos(playeridxyz);
    
SetPlayerPos(idx+1y+1z);
    return 
1;

Reply


Messages In This Thread
o Comando Esta indo - by JuniorTheDM - 28.06.2015, 03:45
Re: o Comando Esta indo - by FallweN - 28.06.2015, 03:56
Re: o Comando Esta indo - by iTakelot - 28.06.2015, 03:58
Re: o Comando Esta indo - by JuniorTheDM - 28.06.2015, 04:00
Re: o Comando Esta indo - by jovinon - 28.06.2015, 04:02
Re: o Comando Esta indo - by FallweN - 28.06.2015, 04:06
Re: o Comando Esta indo - by iTakelot - 28.06.2015, 04:10
Re: o Comando Esta indo - by FallweN - 28.06.2015, 04:11

Forum Jump:


Users browsing this thread: 2 Guest(s)