SA-MP Forums Archive
Why Textdraws dont show in the game? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Why Textdraws dont show in the game? (/showthread.php?tid=313091)



Why Textdraws dont show in the game? - Spooky - 24.01.2012

^TITLE^


Re: Why Textdraws dont show in the game? - vassilis - 24.01.2012

you sure you used TextDrawShowForPlayer on player spawn callback or onplayerconnect callback?


Re: Why Textdraws dont show in the game? - MasterJoker - 24.01.2012

make sure you have

pawn Код:
TextDrawShowForPlayer(playerid, textdraw123);
or

pawn Код:
TextDrawShowForAll(textdraw123);
EDIT: Little late in seconds


Re: Why Textdraws dont show in the game? - Spooky - 24.01.2012

Thanks you all but i have solved it by myself but there is a problem in updating
Like
I have changed someones score
the old score were written 0 and now i updated to 1 sometimes it normally do it sometimes it overrites the text why that?


Re: Why Textdraws dont show in the game? - vassilis - 24.01.2012

prbbly some other filterscripts are bugging the textdraws..


Re: Why Textdraws dont show in the game? - Spooky - 24.01.2012

No Filterscripts are addded to my gamemode lol