[Ajuda] SalvarConta
#2

pawn Код:
CMD:salvarcontatodos(playerid,params[])
{
    if(PInfo[playerid][Level] < 3)
        return SendClientMessage(playerid,white,""cred"Vocк nгo tem permissгo para usar este comando!");
    for(new pt = 0; pt < MAX_PLAYERS; pt++)
        if(IsPlayerConnected(pt))
            SaveStats(pt);
    return 1;
}
@ corrigido ViniBorn +rep

vlw
Reply


Messages In This Thread
SalvarConta - by eNtinityGaming - 17.02.2014, 13:48
Re: SalvarConta - by PT - 17.02.2014, 13:59
Re: SalvarConta - by ViniBorn - 17.02.2014, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)