06.11.2014, 16:53
Yes sure, here is each and every detailed lines of the errors // warnings shown above:
Error:
Line:
Error:
Line:
Error:
Line:
Error:
Line:
Error:
Quote:
|
C:\Users\MyDell\Desktop\Mission\filterscripts\miss ions.pwn(461) : warning 235: public function lacks forward declaration (symbol "FCNPC_OnVehicleEntryComplete") |
Quote:
|
public FCNPC_OnVehicleEntryComplete(npcid, vehicleid, seat) { // Get the NPC mission new mission = GetNPCMission(npcid); if(mission == INVALID_MISSION) return 1; |
Quote:
|
C:\Users\MyDell\Desktop\Mission\filterscripts\miss ions.pwn(47 : warning 235: public function lacks forward declaration (symbol "FCNPC_OnVehicleExitComplete") |
Quote:
|
public FCNPC_OnVehicleExitComplete(npcid) { // Get the NPC mission new mission = GetNPCMission(npcid); if(mission == INVALID_MISSION) return 1; |
Quote:
|
C:\Users\MyDell\Desktop\Mission\filterscripts\miss ions.pwn(1033) : error 017: undefined symbol "FCNPC_EnterVehicle" |
Quote:
|
// Make the first player enter the vehicle FCNPC_EnterVehicle(Mission[mission][npcs][0], Mission[mission][vehicles][0], 1, MOVE_TYPE_WALK); Mission[mission][cutscene_stages][1] = 0; Mission[mission][cutscene_process] = false; } |
Quote:
|
C:\Users\MyDell\Desktop\Mission\filterscripts\miss ions.pwn(1123) : error 017: undefined symbol "FCNPC_ExitVehicle" |
Quote:
|
else if(Mission[mission][level] - 1 == 3) { FCNPC_ExitVehicle(Mission[mission][npcs][0]); } |


: warning 235: public function lacks forward declaration (symbol "FCNPC_OnVehicleExitComplete")