07.03.2015, 13:01
Since SA-MP# is designed to create sandalone game modes (not dependent / using filterscripts) CallRemoteFunction is not supplied by default.
You can use Native.CallNative to call it if you want.
You can use Native.CallNative to call it if you want.
Код:
Native.CallNative("CallRemoteFunction", __arglist("Function", arg1, arg2));