Textdraw Help - 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 Help (
/showthread.php?tid=509606)
Textdraw Help -
lonalovegood1 - 27.04.2014
How can i create new text draw and change it contains from another fs ?
is it possible ?
Re: Textdraw Help -
Eth - 27.04.2014
explain more please.
Re: Textdraw Help -
lonalovegood1 - 27.04.2014
in my game mode i made a Textdraw and i want to change it contains from a Filter Script ...
we must create our Text draw in both files ?!
Example i will make new textdraw in my game mode to show players their bank cash
and i want to add bank cash with a cmd in my CMDS Filter Script ...
or i want to add jobs cash to their bank cash ... from filter script Jobs
Re: Textdraw Help -
Eth - 27.04.2014
then copy and paste it...but get the includes too.
Re: Textdraw Help -
Konstantinos - 27.04.2014
You can make a public function to the gamemode that will change some data from the textdraw and calling it by the filterscript with CallRemoteFunction.