error on console
#1

hi thanks to look at my post well i dont realy know whats going on with my gamemode is a deathamtch gamemode it compiles fine with no erors or warnings but in the console sayz


script[gamemodes/gangwars.amx]: run time error 20 invalid index parameter <bad entry point>"

i dont know what is going on
because it load just fine but when i go online and do any commads the screen will bug can someone help me to solve this problem i will apreciate it
Reply
#2

There are plenty of these posts... Search before you post.
Reply
#3

Quote:
Originally Posted by Don Correlli
You forgot to put the function main() in your script.

pawn Код:
main()
{
  printf("This is the main() function.");
}
Reply
#4

i already did that but still showin that runtime error i have it like this


pawn Код:
main()
{
    print("\----------------------------------");
    print(" los santos team deathamtch!");
    print("----------------------------------\n");
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)