[solved] CallRemoteFunction whitout parameters - 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: [solved] CallRemoteFunction whitout parameters (
/showthread.php?tid=139007)
[solved] CallRemoteFunction whitout parameters -
RyDeR` - 03.04.2010
Hi,
I was wondering if someone could tell me how I can use CallRemoteFunction whitout any parameters..?
Re: CallRemoteFunction whitout parameters -
Kyosaur - 03.04.2010
Quote:
Originally Posted by » RyDeR «
Hi,
I was wondering if someone could tell me how I can use CallRemoteFunction whitout any parameters..?
|
Код:
CallRemoteFunction("YourFunction", "");
Re: CallRemoteFunction whitout parameters -
RyDeR` - 03.04.2010
lol

ty