Console error
#1

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
Reply
#2

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

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
Reply
#4

(!) gamemode coded without function main()

add this

Код:
main() {}
before

Код:
public OnGameModeInit()
{
...
Reply
#5

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

add this

Код:
main() {}
before

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


Forum Jump:


Users browsing this thread: 1 Guest(s)