15.08.2010, 18:15
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:
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)
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);
(giving example)