Include Errors - 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)
+--- Thread: Include Errors (
/showthread.php?tid=472848)
Include Errors -
Lunixx - 31.10.2013
pawn Код:
C:\Documents and Settings\LinesX\Desktop\LSC-RP\LSC-RP\gamemodes\LSC-RP.pwn(14) : fatal error 100: cannot read from file: "OPSP"
Line 14:
[pawn]C:\Documents and Settings\LinesX\Desktop\LSC-RP\LSC-RP\gamemodes\LSC-RP.pwn(17) : fatal error 100: cannot read from file: "gvc"[/pawn
Line 17:
I Tried updating plugins but it doesn't seem to work
Re: Include Errors -
Sublime - 31.10.2013
Do you have OPSP.inc and gvc.inc in your pawno/includes directory?
Re: Include Errors -
RayDcosta - 31.10.2013
goto ur server's directory. look for pawno folder.
open it and look for includes folder.
in that, check if u have opsp.inc and gvc.inc
a lot of people put the includes in the main server folders' includes folder and face this error.
i repeat,
put ur .inc include files in C:\MyServerName\pawno\includes\ (HERE)
replace c with ur drive name, myservername with your server directory and ull get it just right.
cheers
Re: Include Errors -
SAMProductions - 31.10.2013
Check your "
PAWNO > includes" Directory, and Look for "
OPSP.inc", and "
gvc.inc",
If you don't have "
OPSP.inc", and "
gvc.inc",
(
NOTE: Make sure you open the same PAWNO that contains all your stuff)
Download it here,
[Include] OnPlayerShootPlayer v8 (OPSPv
Pastebin for OnPlayerShootPlayer v8.4
[Include] GetVehicleColor v2.1 [NEW UPDATE - 02/08/2011]
Pastebin for GetVehicleColor v2.1
Installation:
- Copy the whole include codes in Notepad, Wordpad, etc..
- Save it as "include's name.inc", and Save it in "PAWNO > include".
- Open your Gamemode Script using PAWNO Compiler.
- Add "#include <include's name>" at the Top of your Gamemode Script.
- Compile it, Save it, and Finish.
and/or
- Download the Include File, Copy it.
- Paste it in "PAWNO > include".
- Open your Gamemode Script using PAWNO Compiler.
- Add "#include <include's name>" at the Top of your Gamemode Script.
- Compile it, Save it, and Finish.
Re : Re: Include Errors -
LOCS - 10.09.2014
Quote:
Originally Posted by SAMProductions
Check your " PAWNO > includes" Directory, and Look for " OPSP.inc", and " gvc.inc",
If you don't have " OPSP.inc", and " gvc.inc",
( NOTE: Make sure you open the same PAWNO that contains all your stuff)
Download it here,
[Include] OnPlayerShootPlayer v8 (OPSPv
Pastebin for OnPlayerShootPlayer v8.4
[Include] GetVehicleColor v2.1 [NEW UPDATE - 02/08/2011]
Pastebin for GetVehicleColor v2.1
Installation:
- Copy the whole include codes in Notepad, Wordpad, etc..
- Save it as "include's name.inc", and Save it in "PAWNO > include".
- Open your Gamemode Script using PAWNO Compiler.
- Add "#include <include's name>" at the Top of your Gamemode Script.
- Compile it, Save it, and Finish.
and/or
- Download the Include File, Copy it.
- Paste it in "PAWNO > include".
- Open your Gamemode Script using PAWNO Compiler.
- Add "#include <include's name>" at the Top of your Gamemode Script.
- Compile it, Save it, and Finish.
|
I've done that with gvc But didn't work
Re: Include Errors -
Toxik - 10.09.2014
u need OPSP.inc in the inclues in pawno directory
Re: Include Errors -
Stinged - 10.09.2014
This is a year old topic. Why are you still posting here?
Re: Include Errors -
FisherMan - 10.09.2014
download it