SA-MP Forums Archive
Console error - 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: Console error (/showthread.php?tid=77711)



Console error - Frikandel - 13.05.2009

Hi if i start me server then give he a error in console

---
screen:

http://files.uploadffs.com/a/e7dca037/naamloos.JPG

What say he :

Script[gamemodes/reallife.amx]: Run time error 20: "invalid indez parameter (bad entry point)"

whats the problem
thx if you know the problem :P


ps : bad english


Re: Console error - MX_Master - 13.05.2009

it's simply means that your "reallife" gamemode contains some errors, just see into PWN code of GM script and find errors


Re: Console error - Frikandel - 13.05.2009

Quote:
Originally Posted by MX_Master
it's simply means that your "reallife" gamemode contains some errors, just see into PWN code of GM script and find errors
he have 0 errors look

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase



Re: Console error - MX_Master - 13.05.2009

(!) gamemode coded without function main()

add this

Код:
main() {}
before

Код:
public OnGameModeInit()
{
...



Re: Console error - Frikandel - 13.05.2009

Quote:
Originally Posted by MX_Master
(!) gamemode coded without function main()

add this

Код:
main() {}
before

Код:
public OnGameModeInit()
{
...
thanks the error is way