SetPlayerName on gmx
#2

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;
}
Reply


Messages In This Thread
SetPlayerName on gmx - by Daren_Jacobson - 21.11.2009, 14:42
Re: SetPlayerName on gmx - by Daren_Jacobson - 21.11.2009, 18:07
Re: SetPlayerName on gmx - by jameskmonger - 21.11.2009, 18:27
Re: SetPlayerName on gmx - by Daren_Jacobson - 22.11.2009, 00:28
Re: SetPlayerName on gmx - by jameskmonger - 22.11.2009, 07:14

Forum Jump:


Users browsing this thread: 1 Guest(s)