14.03.2015, 09:52
You forgot the playerid parameter:
And then delete the "playerid"-symbol you created with "new", that method wont work at all.
Then finally, delete the TextDrawShowForPlayer and place it under OnPlayerSpawn.
pawn Код:
public OnPlayerUpdate(playerid)
Then finally, delete the TextDrawShowForPlayer and place it under OnPlayerSpawn.