Runtime Error 19 ''File or function not found''
#1

HI, I started to make a new GM, i compiled the script with no warnings or errors, but when I start server it shows up that runtime error. I'm not using any plugins, and I started to make my GM from new.pwn, so I have no unneeded (removed) functions. What can be the problem?

EDIT: Sorry, my bad - missing plugin
Reply
#2

Make sure you have this in your script:

Code:
main()
{
	print("\n----------------------------------");
	print("Gamemode whatever blabla...");
	print("----------------------------------\n");
}
And make sure both .pwn and .amx have the same file names.

Thanks and Regards
Puzi
Reply
#3

I'm using seifadmin, so i have to use whirpool plugin.

i created folder named '''plugins'' and put plugin into that folder, then i opened server.cfg and added:

Code:
plugins Whirpool
the problem is - plugin is no loading ;/ what i do wrong?
Reply
#4

From what I know, it is called Whirlpool not Whirpool.

Maybe check the filename of the plugin, and that the file name is the same as under server.cfg, or in reverse.
Reply
#5

i had whirpool instead of whirlpool

thanks for help puzi
Reply
#6

No problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)