12.10.2013, 13:45
Show us a command which is not working correctly.
If you do something like:
That's will get the name of player with the ID 0 because you never assign the ID of the player you want into target.
If you do something like:
pawn Код:
new target, sendername[MAX_PLAYER_NAME];
GetPlayerName(target, sendername, sizeof(sendername));