Posts: 1,063
Threads: 278
Joined: Mar 2010
Reputation:
0
Hii, i have a question.
i have a stats fs which works good but when i place it in my gm with other textdraws it dont show up, what can this be because?
can this be if the textdraws are wrongly created?
i have readen on the wiki that stats should be created as playertextdraws, this one is a global one.
Posts: 438
Threads: 54
Joined: Mar 2013
TextDrawShowForAll(TEXTDRAW);
try it
Posts: 1,063
Threads: 278
Joined: Mar 2010
Reputation:
0
I dont want to show the score textdraw for everyone (:
Posts: 277
Threads: 19
Joined: Sep 2013
never mind, I'm tired as fuck..
Posts: 482
Threads: 3
Joined: Dec 2009
Reputation:
0
The reason this could be is you have another textdraw in the way or you have failed to hide other textdraws from player and they have bugged.
Make sure you destroy textdraws for players on disconnect and gamemode exits and for other such functions that require you to. Make sure that you don;t have too many textdraws being shown for one player.
Posts: 1,063
Threads: 278
Joined: Mar 2010
Reputation:
0
I do destroy all the textdraws on disconnect ;/
Posts: 1,063
Threads: 278
Joined: Mar 2010
Reputation:
0
They dont have the same names, if i add the stats stuff to the gm, the stats works but all the other textdraws doesnt show up....
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
Are we meant to guess the code or something?