SA-MP Forums Archive
Textdraw Question - 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: Textdraw Question (/showthread.php?tid=395314)



Textdraw Question - Blackazur - 25.11.2012

~Fixed~


Re: Textdraw Question - NumbSkull - 25.11.2012

after round set the humankills and zombiekills variables = 0


AW: Textdraw Question - Blackazur - 25.11.2012

And how can i make that? I have no Idea for that.


Re: Textdraw Question - NumbSkull - 25.11.2012

<.<... then you probably shouldnt be playing with the script...but ...
pawn Код:
ZombieKills=0;
HumanKills=0;
after you show the end round text draw


AW: Textdraw Question - Blackazur - 25.11.2012

EDIT: Work now, thx.


Re: Textdraw Question - NumbSkull - 25.11.2012

if you cant get it to work when the round ends you can always put it in the very begining of the round when it starts im not sure where that line is in your script either but on round end there is a TextDrawShowForPlayer i would stick it after that