amx error
#1

okay, my .pwn file complies good, i start server.
it says this:
Script[gamemodes/SRP2.amx]: run time error 19: "File or function is not found"? help?
Reply
#2

Add
pawn Код:
main()
{
}
To your script .
Reply
#3

uhm, where.(nub question:;/)
Reply
#4

after your includes and fowards, but before your defines.
Код:
}

public OnFilterScriptExit()
{
	return 1;
}

#else

main() //HERE IS WHERE U PUT THE MAIN THING IF NOT ALREADY THERE
{
	print("\n----------------------------------");
	print(" Pulished by Ray");
	print("----------------------------------\n");
}

//Colours

	#define COLOR_GREY 0xAFAFAFAA
	#define COLOR_GREEN 0x33AA33AA
	#define COLOR_BRIGHTRED 0xFF0000AA
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)