SA-MP Forums Archive
How to.. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to.. (/showthread.php?tid=168285)



How to.. - LifeStyle - 15.08.2010

How do i make this?

I want to have the textdraws in a filterscript.

But when a vip logs in it has to clientremotefunction to the filterscript so it calls the textdraw. But with a string!
like:
Код:
format(str, sizeof(str), "vip %s has joined the server!", playername);
CallRemoteFunction("viptext", "s",str);
Now i don't know how to make a string set in a textdraw in another file.. Like how it looks like, if anyone could help i would be really thankfull!

(giving example)