01.06.2014, 00:11
I use a script in-which uses multiple .pwns and then is compiled in a main file, however the admin sector is giving me the following errors in the compiler:
I have these all defined/forwarded in .pwn however the script was working before my previous additions to the file. I have added alot so it is quiet hard to find the issue. Any ideas?
I have these all defined/forwarded in .pwn however the script was working before my previous additions to the file. I have added alot so it is quiet hard to find the issue. Any ideas?
Код:
forward adminOnPlayerConnect(playerid); forward OnBanRetrieve(playerid); forward ABroadcast(color, const msg[], EAdminFlags:level); forward KickEx(playerid, reason[]); forward BanPlayer(playerid, reason[], bannerid, bool:gpciban, expiretime); forward adminOnPlayerLogin(playerid); forward BanDeleteCallback(playerid, type, name[]); forward AccountLookupCallback(playerid, name[]); forward OnOfflineBanPlayer(playerid, name[],reason[]); forward DelayedSpectate(playerid, target, targettype); native gpci(playerid, const serial[], maxlen);