SA-MP Forums Archive
public In Includes? - 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: public In Includes? (/showthread.php?tid=227029)



public In Includes? - Unknown123 - 16.02.2011

Is it possible to use "public OnPlayerConnect(playerid)" inside a include (Don't ask why.)

i just get:
pawn Код:
C:\Users\Unknown\Documents\MyServer\gamemodes\Secret.pwn(211) : error 021: symbol already defined: "OnPlayerConnect"



Re: public In Includes? - Calgon - 16.02.2011

Take a look at y_hooks.


Re: public In Includes? - Unknown123 - 16.02.2011

Quote:
Originally Posted by Calg00ne
Посмотреть сообщение
Take a look at y_hooks.
Thanks