Trucking Missions Include - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Trucking Missions Include (
/showthread.php?tid=186979)
Trucking Missions Include -
Malik_Henderson - 31.10.2010
Its says that I'm messing the trucking Missions include but i have it there.
Quote:
C:\Users\Angie\Desktop\American Trucker\gamemodes\public.pwn(4) : fatal error 100: cannot read from file: "TruckingMissions"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Re: Trucking Missions Include -
Mauzen - 31.10.2010
Check the spelling/case. If it is in your includes folder, you can also try adding .inc to the include in the script.
Re: Trucking Missions Include -
Malik_Henderson - 31.10.2010
Now its say this,
Quote:
C:\Users\Angie\Desktop\American Trucker\pawno\include\a_samp.inc(17) : fatal error 100: cannot read from file: "core"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Re: Trucking Missions Include -
Babul - 31.10.2010
are you sure the .inc file is in the "pawno/include" folder, and not in the "GTA Server/include" ?
Код:
#include <TruckingMissions>
does nothing else than copy-and-paste it into your gamemode. if all attempts fail, just do it yourself (copy the incldes contents into your script). this will work for sure.
Re: Trucking Missions Include -
Malik_Henderson - 31.10.2010
Yes i fixed that
but now it saying something about "core" line 17
Re: Trucking Missions Include -
WillyP - 31.10.2010
#include <core>
Re: Trucking Missions Include - [L3th4l] - 31.10.2010
https://sampforum.blast.hk/showthread.php?tid=183776
Re: Trucking Missions Include -
Malik_Henderson - 31.10.2010
Thanks for the help guys
Re: Trucking Missions Include -
Malik_Henderson - 31.10.2010
Anyone have the core include?
Re: Trucking Missions Include -
Mike_Peterson - 31.10.2010
http://www.upload.ee/files/896794/core.inc.html
here