Run time error
#1

Every time I start the server I get the Run time error 20: "Invalid index parameter (bad entry point)"
I checked for "main () {}" and it's there. Does anyone know what else can cause this?
Reply
#2

There's no other way put this under your includes above your defines.
pawn Код:
main( ) { }
Reply
#3

that thing is there. It's not from that.
Reply
#4

Runtime error 20 is caused when your script lacks the entry point which is "main". Put main () {} somewhere before your OnGameModeInit callback and recompile your script.
Reply
#5

I'm not sure what I did but it worked...thx...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)