SA-MP Forums Archive
Callback - 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: Callback (/showthread.php?tid=131733)



Callback - Bomber - 04.03.2010

How to make callback from FS to GM?

I have searched but i didn't find something.

Help!


Re: Callback - Correlli - 04.03.2010

https://sampwiki.blast.hk/wiki/CallRemoteFunction


Re: Callback - GaGlets(R) - 04.03.2010

make fs like inc.

in include redefine avery callback -
like
Код:
forwards ToD_OnPlayerConnect(playerid)
ToD_OnPlayerConnect(playerid)



Re: Callback - Bomber - 04.03.2010

I didn't understand :S


Re: Callback - Correlli - 04.03.2010

Quote:
Originally Posted by Bomba' Xtreme'Stuntage
I didn't understand :S
Check the link i gave you and search for examples for that function - there are enough on this forum.