native / stock / forward - 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)
+--- Thread: native / stock / forward (
/showthread.php?tid=547527)
native / stock / forward -
TheRohlikar - 23.11.2014
Hi there,
I was thinking about differences "native" / "stock" / "forward" ...
Do you know them ? Write, please...
Thank you, TheRohlikar.
Re: native / stock / forward -
GGRoleplay - 23.11.2014
forward, is mostly used when using timers and creating public Whateveryouwant()
stock, is something like public which can be use like stock Whateveryouwant2(playerid)
Then you can later on use that in your in your script like Whateveryouwant2(playerid);
Sorry for the bad explanation.
AW: native / stock / forward -
Mellnik - 23.11.2014
Everything well explained in the
Pawn Language Guide.
Re: native / stock / forward -
TheRohlikar - 23.11.2014
Thanks !