Posts: 606
Threads: 3
Joined: Apr 2008
Reputation:
0
Post your whole code, then maybe a solution will be found.
Posts: 1,701
Threads: 110
Joined: Aug 2010
Reputation:
0
have you used TextDrawSetString?
Posts: 1,701
Threads: 110
Joined: Aug 2010
Reputation:
0
Why don't you use public TextdrawUpdater(playerid) ?
Posts: 186
Threads: 18
Joined: Jun 2010
Reputation:
0
can i use it again? oO
@SkizzoTrick using playerid doesn't make them showing up also
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
don't create a new textdraw every 5 seconds for every player, update the string only, create the texdraws when a player connects or ongamemodeinit, make sure you delete it when the player leaves if you create it onplayeronnect