Why it gives me errors?.
#1

Script lines:

Quote:

public OnGameModeInit()
{
SetGameModeText("NYRP v1.0");
EnableStuntBonusForAll(0);
DisableInteriorEnterExits();
ShowPlayerMarkers(0);
AllowInteriorWeapons(1);

LoadObjects();
LoadGangs();
LoadStaticVehicles();
return 1;
}



Quote:

Compile Erros:
C:\Users\JACOLA03\Desktop\nyrp\gamemodes\NYRP.pwn( 147) : error 017: undefined symbol "LoadObjects"
C:\Users\JACOLA03\Desktop\nyrp\gamemodes\NYRP.pwn( 14 : error 017: undefined symbol "LoadGangs"
C:\Users\JACOLA03\Desktop\nyrp\gamemodes\NYRP.pwn( 149) : error 017: undefined symbol "LoadStaticVehicles"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

Reply
#2

Those are invalid unless they are defined in a include or on the script itself
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)