server error (bad entry point)
#1

hey im getting the error and i dnt no what it is can any one help thx

invalid index parameter (bad entry point)
Reply
#2

Add
Quote:

main() { }

to your script, and it'll work fine.

(searched and found that)
Reply
#3

Quote:
Originally Posted by Oh
Посмотреть сообщение
Add

to your script, and it'll work fine.

(searched and found that)
you mean add it at the top of my gamemode
Reply
#4

Right after you define everything.

pawn Код:
new Timer[MAX_PLAYERS];
    new TCamara[MAX_PLAYERS];
    new Choque[MAX_PLAYERS];
    new Text: FlashR;

    main()
    {
        print("         script loaded       ");
    }
Reply
#5

Quote:
Originally Posted by Oh
Посмотреть сообщение
Right after you define everything.

pawn Код:
new Timer[MAX_PLAYERS];
    new TCamara[MAX_PLAYERS];
    new Choque[MAX_PLAYERS];
    new Text: FlashR;

    main()
    {
        print("         script loaded       ");
    }
thx i that got rid of the error but now i cnt use any of the gamemode cmds and i don't get any errors
Reply
#6

What're you using for commands?
Reply
#7

Quote:
Originally Posted by Oh
Посмотреть сообщение
What're you using for commands?
i found what is up with it one of the includes but is willnot work coz i have sum files missing from my pc so im redoing my pc thx any ways
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)