Need help in a command
#4

pawn Код:
command(rpname, playerid, params[])
{
    new id, NewName[MAX_PLAYER_NAME];
    if(sscanf(params, "uz", id, NewName))
    {
        SetPlayerName(id, NewName);
    }
    return 1;
}
this is what you mean?
Reply


Messages In This Thread
Need help in a command - by RyanPetersons - 19.06.2012, 10:30
Re: Need help in a command - by Stefand - 19.06.2012, 11:13
Re: Need help in a command - by RyanPetersons - 19.06.2012, 11:15
Re: Need help in a command - by Stefand - 19.06.2012, 11:15
Re: Need help in a command - by RyanPetersons - 19.06.2012, 11:18
Re: Need help in a command - by [MM]RoXoR[FS] - 19.06.2012, 11:20
Re: Need help in a command - by FUNExtreme - 19.06.2012, 11:25
Re: Need help in a command - by RyanPetersons - 19.06.2012, 11:38
Re: Need help in a command - by FUNExtreme - 19.06.2012, 11:40
Re: Need help in a command - by RyanPetersons - 19.06.2012, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)