29.04.2010, 00:42
this is mine
pawn Код:
if(strcmp(cmd, "/savechars", true) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 4)
{
SaveAccounts();
SendClientMessage(playerid, COLOR_YELLOW, "All player accounts updated successfully.");
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "You are not authorized to use that command !");
}
return 1;
}