23.12.2012, 14:43
You put this line:
before the sscanf line when the variable isn't initialized yet. You need to put it after it.
pawn Код:
GetPlayerName(PID, Playername, sizeof(Playername));