Run time error 20 problem
#1

Hi!

I'm working on a new project..
But I came across a weird error message, that you will see in console.

Код:
 [17:39:36] Script[gamemodes/Crazy.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
I found a existing topic (2009) about this issue. But I didn't got it to fully so I re-ask if it's ok...


Thansk!


Edit: Maybe wrong section but I don't know what's causing the problem..
Reply
#2

1. upgrade ur plugins
2. if ur using a test server add .so in the end of the plugins

By the way

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

Are you using main(){} ?
Reply
#4

This one has nothing to do with plugins.
Add
pawn Код:
main()
{
    print("Loaded");
}
or
pawn Код:
main(){}
Reply
#5

Main(){} should fix it as other people said above
Reply
#6

Try to use crashdetect or natichecker then post the log here

Or
just follow the people above
Reply
#7

Thanks alot guys it worked!..

The main thing were the problem.
Weird I don't have that in my other GM with out any problems.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)