txd prob - 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: txd prob (
/showthread.php?tid=620759)
txd prob -
bugmenotlol - 02.11.2016
i have txd draw in my server. its a kills txd so its working is like there is a kill count on behind the health so it shows how many kills a player did
but problem is that if the kill is at 12 and after killing another it should show 13 but it doesnot update at all...
then after relogging only it shows 13
Re: txd prob -
NeXoR - 02.11.2016
TextDrawSetString
TextDrawShowForAll
Re: txd prob -
sheNdjze - 03.11.2016
because you didn't used player update function, you may make a function with a timer called OnUpdate or as you wish
Re: txd prob -
bugmenotlol - 03.11.2016
Quote:
Originally Posted by NeXoR
TextDrawSetString
TextDrawShowForAll
|
plzgive me examples using it !