21.11.2009, 18:07
okay, I just did this and it works.
pawn Код:
public OnRconCommand(cmd[])
{
if (!strcmp(cmd, "gmx", true))
{
foreach(Player, playerid)
{
SetPlayerName(playerid, pOldName[playerid]);
}
}
return 1;
}