1 error
#1

Код:
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.
i made this:

Код:
// 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;
}
Reply


Messages In This Thread
1 error - by Tuntun - 11.09.2013, 03:46
Re: 1 error - by BornHuman - 11.09.2013, 04:04
Re: 1 error - by xganyx - 11.09.2013, 04:04
Re: 1 error - by JeaSon - 11.09.2013, 04:07
Re: 1 error - by Tuntun - 11.09.2013, 04:59
Re: 1 error - by [HK]Ryder[AN] - 11.09.2013, 05:22

Forum Jump:


Users browsing this thread: 1 Guest(s)