Two EXP System - 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: Two EXP System (
/showthread.php?tid=494270)
Two EXP System -
Sampgamer1 - 12.02.2014
Hellow.
In my gamemode there are 2 EXP System.
EXP System Left.
EXP System Right.
How I can remove the EXP System Left?
In Server.cfg there aren't filterscripts.
Thanks
Re: Two EXP System -
PowerPC603 - 12.02.2014
Find out how that textdraw is created (search for TextDrawCreate or CreatePlayerTextDraw in your script) and remove it.
Then remove ALL other code that updates, shows/hides that textdraw as well, or you'll get errors because the textdraw is gone.
Re: Two EXP System -
Sampgamer1 - 12.02.2014
Quote:
Originally Posted by PowerPC603
Find out how that textdraw is created (search for TextDrawCreate or CreatePlayerTextDraw in your script) and remove it.
Then remove ALL other code that updates, shows/hides that textdraw as well, or you'll get errors because the textdraw is gone.
|
Thanks!!!
Now it's Okk

!!!