11.09.2013, 03:46
Код:
E:\My server\filterscripts\road.pwn(23) : warning 235: public function lacks forward declaration (symbol "LoadObjects") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
// This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #include <a_samp> #include <zcmd> public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Road map work Loaded!"); print("--------------------------------------\n"); return 1; } public OnFilterScriptExit() { return 1; } public LoadObjects() { MY OBJECTS CODES! BUT I CAN'T POST IT return 1; }