gamemod wont load
#1

Hi, my GM won't load!

i got a error:
Runtime error 20: "Invalid index Parameter <Bad entry point>
Number of vehic....

please help!
Reply
#2

Add
pawn Код:
main() { }
to your script
Example
pawn Код:
main() { }

public OnGameModeInit()
{
    // Code
    return 1;
}

public OnGameModeExit()
{
    // Code
    return 1;
}
// Rest Of Code
Reply
#3

i already go this, but the pwn of my GM is 48 k and the amx 8 kb O.o
Reply
#4

go?
Do you mean *do*. Dude, this error was caused because you are missing this of your script.
pawn Код:
main() { }
just add it, before
pawn Код:
public OnGameModeInit()
{
    // Code
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)