08.11.2016, 16:21
Quote:
The code made absolutely no sense.
A) There is no playerid parameter in OnGameModeInit. B) You use a global TextDraw, not a per-player one. There is no point in using a per-player TextDraw if you want to show the same thing to everyone! The code as such is correct! There must be a mistake somewhere else. Do you show/hide it somewhere else in the script? Does OnPlayerSpawn get called? |
When i made textdraws i always made it like this and it worked perfectly but i don't know whats the problem now