03.02.2014, 15:44
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 ![]() 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. |