SA-MP Forums Archive
(Starting and Connecting) SA-MP server problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: (Starting and Connecting) SA-MP server problem (/showthread.php?tid=117933)



(Starting and Connecting) SA-MP server problem - SlashPT - 02.01.2010

hey all im having a problem for a long long time but now im going to request help for this always i turn on my server it says (on samp-server box)

Script[gamemodes/INGSV_0.2R.amx]: Run time error 20: "Invalid index parameter (bad entry point)"

can any guy help me?

@Edit and other its it

when the first player on server enter it says it....
OnPlayerConnect(1694498816)

im having some problems on server speed it dont respond too fast i think its bcs this ...


Re: (Starting and Connecting) SA-MP server problem - SlashPT - 03.01.2010

Bump plz i need help


Re: (Starting and Connecting) SA-MP server problem - bajskorv123 - 03.01.2010

Code:
Run time error 20: "Invalid index parameter (bad entry point)"
That's the error you get when removing some rows from a gamemode.
Try to add
Code:
main()
{
  print("This server uses [YourGameModeNameHere] , coded and scripted by DarK_TeaM PT");
}
Some where at top of your script, i choose between #define's and the new;'s
Hope this helped ^^


Re: (Starting and Connecting) SA-MP server problem - SlashPT - 03.01.2010

thanks alot now i need the other thing ;P


Re: (Starting and Connecting) SA-MP server problem - SlashPT - 04.01.2010

wtf now i dont know what i did i have one badder error
Code:
Script[gamemodes/INGSV_0.2R.amx]: Run time error 19: "File or function is not found"