/makeadmin help
#7

No problem just to let you know too, you know longer need to GetPlayerName every time you format a string, you just have to put:

pawn Код:
Name(playerid)
EG: in a kick command:

pawn Код:
format(sString,sizeof(sString),"Admin %s has kicked %s.%s",Name(playerid),Name(target),reason);
Name(playerid) if you're using it for the player, and Name(target) if you're using it for commands that require a target (kick, ban, mute etc..)
Reply


Messages In This Thread
/makeadmin help - by semaj - 18.06.2013, 07:32
Re: /makeadmin help - by DobbysGamertag - 18.06.2013, 07:35
Re: /makeadmin help - by semaj - 18.06.2013, 07:39
Re: /makeadmin help - by DobbysGamertag - 18.06.2013, 07:46
Re: /makeadmin help - by PrinceKumar - 18.06.2013, 07:47
Re: /makeadmin help - by semaj - 18.06.2013, 08:03
Re: /makeadmin help - by DobbysGamertag - 18.06.2013, 08:33

Forum Jump:


Users browsing this thread: 1 Guest(s)