#1



ERROR: "Invalid index parameter <bad entry point>"

Solution ?
Reply
#2

make sure you have this somewhere in your GM ::
main() { }
you can put : main() { print("its working!");
Reply
#3

Add:

Код:
main(){}
below of the includes
Reply
#4

its not working both. when i put that supose "main() { } or main() { print("its working!");" - the compilation crash's.

( sorry for the bad english ).
Reply
#5

pawn Код:
main()
{
    print("My gamemode is now working if i see this int he console!!");
}
Reply
#6

Be sure you place it above OnGameModeInit not inside a callback.
Reply
#7

like that ?
pawn Код:
main()
{
    print("My gamemode is now working if i see this int he console!!");
}

public OnGameModeInit()
{
Here is the Error:

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)