24.06.2011, 00:16
He only define your "aName"
For you get player name, you must do this:
Then you must know that "%s" is used for letters,words
This "%d" only for numbers
For you get player name, you must do this:
pawn Код:
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
This "%d" only for numbers