03.04.2010, 14:29
Well, when I'm done in my GM, and after compiling, I can't start my server since I get this error
After done some searching all they said is put main() {}
But I got it already, here the part of my Gamemode.
PLease help here
Код:
Run time error 20: "Invalid index parameter (bad entry point)"
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();


