sa-mp-server.exe problem
#1

Sorry if I am annoying with this topics but I cant find any way to fix this problem:
I created an gamemode and everything looks fine but when i start winowserver.exe it shows

Script[gamemodes/shoru.amx]: Run time error 20: "Invalid index parameter,bad entry point."
Reply
#2

cuz you have forgot to add
pawn Код:
}

main()
{
    print("\nMy Script Credit\n");

    return 1;
in your GM
Reply
#3

public OnFilterScriptExit()
{
return 1;
}

#else
{
return 1;
}
main()
{
print("\nMy Script Credit\n");

return 1;
{
print("\n----------------------------------");
print(" DLF Training GameMode");
print("----------------------------------\n");
}

#endif
public OnGameModeInit()




Same shit
Reply
#4

Quote:
Originally Posted by shoru
public OnFilterScriptExit()
{
return 1;
}

#else
{
return 1;
}
main()
{
print("\nMy Script Credit\n");

return 1;
{
print("\n----------------------------------");
print(" DLF Training GameMode");
print("----------------------------------\n");
}

#endif
public OnGameModeInit()




Same shit
Код:
public OnFilterScriptExit()
{
	return 1;
}

main()
{
  print("\n----------------------------------");
  print(" DLF Training GameMode");
  print("----------------------------------\n");
}

#endif
public OnGameModeInit()
....
Reply
#5

I added
But still shows that error
Reply
#6

mybe you have to add in your GM
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)