03.04.2010, 16:08
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)" 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(); |
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();