24.02.2015, 15:21
If you want to create per player textdraw use PlayerTextdraws under OnplayerConnect Callback.
https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw
If you don't want to create per player textdraws remove [MAX_PLAYERS] from new Textdraw[MAX_PLAYERS]; and remove [playerid] and put it under OnGameModeInit callback.
https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw
If you don't want to create per player textdraws remove [MAX_PLAYERS] from new Textdraw[MAX_PLAYERS]; and remove [playerid] and put it under OnGameModeInit callback.