includes and speed? - 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: includes and speed? (
/showthread.php?tid=241947)
includes and speed? -
sciman001 - 19.03.2011
Ok, if i were to make an include with these functions: SendConnectMessage(playerid) and
SendDisconnectMessage(playerid, reason) would it b faster or slower than just putting the code for the functions in the gamemode?
Re: includes and speed? -
sciman001 - 19.03.2011


Re: includes and speed? -
sciman001 - 19.03.2011
ANYONE
Re: includes and speed? -
sciman001 - 19.03.2011
Anyone please?
Re: includes and speed? -
Serbish - 19.03.2011
Put them in your gamemode as You just use them once each of them.
Re: includes and speed? -
sciman001 - 19.03.2011


so... its faster wen its not in a include?