Error when loading Game mod
#5

Quote:
Originally Posted by samuel_hamza
Well, when I'm done in my GM, and after compiling, I can't start my server since I get this error
Код:
Run time error 20: "Invalid index parameter (bad entry point)"
After done some searching all they said is put main() {}
But I got it already, here the part of my Gamemode.
PLease help here

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

main()
{
	print("\n----------------------------------");
	print(" Las Vanturas Role Play");
	print("----------------------------------\n");
}


public OnGameModeInit()
{
  ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
	ShowNameTags(1);
	SetNameTagDrawDistance(20.0);
  DisableInteriorEnterExits();
try this out

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

main()
{
    print("\n----------------------------------");
    print(" --------Las Vanturas Role Play------");
    print("----------------------------------\n");
}


public OnGameModeInit()
{
  ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
  ShowNameTags(1);
  SetNameTagDrawDistance(20.0);
  DisableInteriorEnterExits();
Reply


Messages In This Thread
Error when loading Game mod - by samuel_hamza - 03.04.2010, 14:29
Re: Error when loading Game mod - by samuel_hamza - 03.04.2010, 15:45
Re: Error when loading Game mod - by [MWR]Blood - 03.04.2010, 15:53
Re: Error when loading Game mod - by samuel_hamza - 03.04.2010, 16:07
Re: Error when loading Game mod - by johnathon956 - 03.04.2010, 16:08
Re: Error when loading Game mod - by [MWR]Blood - 03.04.2010, 16:09
Re: Error when loading Game mod - by samuel_hamza - 03.04.2010, 16:16
Re: Error when loading Game mod - by samuel_hamza - 03.04.2010, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)