?Whats this please?
#1

Hi every thing works fine and you can play the server but i get this error or warning in my logs can someone tell me what it might be,

[08:13:31] Script[gamemodes/testserver.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
Reply
#2

You forgot to put the function main() in your script.

pawn Код:
main()
{
  printf("This is the main() function.");
}
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.");
}
lol thanks man
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)