[ajuda]Porque nao ta setando ?
#3

Quote:
Originally Posted by Gustavo_Araujo
Посмотреть сообщение
pawn Код:
CMD:daradmin(playerid, params[])
{
    new Str[175];
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"{8C8C8C}(ERROR) {FF1E00}Vocк Nгo й Admin");
    if(sscanf(params,"ii",Id,Level)) return SendClientMessage(playerid,-1,"{969696}(AVISO) {FF1E00}Use: daradmin [ID] [Level]");
    if(!IsPlayerConnected(Id)) return SendClientMessage(playerid,-1,"{8C8C8C}(ERROR) {FF1E00}Player Nгo Conectado");
    PlayerInfo[Id][Admin] = Level;
    format(Str,175, "{969696}(AVISO) {00C3FF}O Adiministrador {FF9600}%s {00C3FF}Deu Admin de Level {FF9600}%d {00C3FF}Para o Player {FF9600}%s",Nome(playerid),Level,Nome(Id));
    SendClientMessageToAll(-1, Str);
    SalvarContas(Id);
    return 1;
}
Ainda ta Setando a 1
Reply


Messages In This Thread
[ajuda]Porque nao ta setando ? - by MagneticLove- - 14.04.2012, 00:30
Re: [ajuda]Porque nao ta setando ? - by Dolby - 14.04.2012, 00:37
Re: [ajuda]Porque nao ta setando ? - by MagneticLove- - 14.04.2012, 00:44
Re: [ajuda]Porque nao ta setando ? - by Dolby - 14.04.2012, 00:49
Re: [ajuda]Porque nao ta setando ? - by Ricop522 - 14.04.2012, 00:58
Re: [ajuda]Porque nao ta setando ? - by paulor - 14.04.2012, 01:15
Re: [ajuda]Porque nao ta setando ? - by MagneticLove- - 14.04.2012, 01:23
Re: [ajuda]Porque nao ta setando ? - by paulor - 14.04.2012, 01:38

Forum Jump:


Users browsing this thread: 1 Guest(s)