Very strange error!
#1

Hey, Well I was making a RPG server and of course wanted to test it.

So I wanted to load the server, then I got the following error in my server console:
Код:
[00:21:45] Script[gamemodes/RPG.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[00:21:48] --- Server Shutting Down.
[00:21:48] 
[00:21:48] ====================
[00:21:48] 
[00:21:48]  Whirlpool unloaded
[00:21:48] 
[00:21:48] ====================
[00:21:48]
What's going on with that ?
Reply
#2

You need the function main in your script.

pawn Код:
main()
{
}
Reply
#3

I already got that one after my Forwards:
Код:
main()
{
	print("\n----------------------------------");
	print(" Rick's RPG server");
	print("----------------------------------\n");
}
EDIT: Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)