[ajuda]Porque nao ta setando ?
#6

pawn Код:
CMD:daradmin(playerid, params[])
{
    new Str[175], uId, iLevel;
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"{8C8C8C}(ERROR) {FF1E00}Vocк Nгo й Admin");
    if(sscanf(params, "ui", uId, iLevel)) return SendClientMessage(playerid, -1, "{969696}(AVISO) {FF1E00}Use: daradmin [ID] [Level]");
    if(!IsPlayerConnected(uId)) return SendClientMessage(playerid, -1, "{8C8C8C}(ERROR) {FF1E00}Player Nгo Conectado");
    PlayerInfo[uId][Admin] = iLevel;
    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),iLevel,Nome(uId));
    SendClientMessageToAll(-1, Str);
    SalvarContas(uId);
    return 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)