10.05.2009, 16:33
Your using playerid instead of ID.
playerid = the one who is executing the command
ID = the victim of the command.
Replace your GetPlayerName with this one.
playerid = the one who is executing the command
ID = the victim of the command.
Replace your GetPlayerName with this one.
pawn Код:
GetPlayerName(ID, pName, 24);

