Posts: 58
Threads: 17
Joined: Sep 2013
Reputation:
0
How can i create new text draw and change it contains from another fs ?
is it possible ?
Posts: 58
Threads: 17
Joined: Sep 2013
Reputation:
0
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
Posts: 791
Threads: 20
Joined: Sep 2013
Reputation:
0
then copy and paste it...but get the includes too.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
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.