14.09.2012, 05:11
Bom, eu tentei fazer um SetTimer, deu erro, tentei tambйm com SetTimerEx, deu erro! lol, vou postar o comando normal...
Alguem ajuda ae o/
pawn Code:
CMD:gmx(playerid)
{
if(Info[playerid][zAdmin] >= 5)
{
GetPlayerName(playerid,pNome,MAX_PLAYER_NAME);
format(String,sizeof(String),"{7FFFD4}O Adminitrador {AFEEEE}%s{7FFFD4} deu GMX no Servidor!",pNome);
SendClientMessageToAll(SUCESS, String);
for(new i; i < MAX_PLAYERS; ++i)
{
SalvarConta(i);
}
SendRconCommand("Gmx");
}
else
{
SendClientMessage(playerid, FAIL, NAOADM);
}
return 1;
}