Script dosen't show in game? - 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: Script dosen't show in game? (
/showthread.php?tid=474066)
Script dosen't show in game? -
Tuntun - 06.11.2013
I were editing something in PPC Trucking. I edited the include and put it in filezilla to host but it dosen't show in game.... why?
Re: Script dosen't show in game? -
Lynn - 06.11.2013
This may be a stupid question, but you did restart the server with the new .inc added right?
Re: Script dosen't show in game? -
Tuntun - 06.11.2013
Yea... and it's not a stupid question. Because it's what my problem is.
Re: Script dosen't show in game? -
InfiniTy. - 06.11.2013
Because you need to recompile the gamemode and put the gamemode in filezilla..not the include.
AW: Script dosen't show in game? -
BigETI - 06.11.2013
Include files are only used for compilation, not for AMX execution.
Re: Script dosen't show in game? -
Tuntun - 06.11.2013
Fuck?
Код:
E:\ppc\gamemodes\SWRP.pwn(10) : fatal error 100: cannot read from file: "dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
But i put Dini.inc in my include+plugin folder.
Re: Script dosen't show in game? -
gotwarzone - 06.11.2013
Quote:
Originally Posted by Tuntun
Fuck?
Код:
E:\ppc\gamemodes\SWRP.pwn(10) : fatal error 100: cannot read from file: "dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
But i put Dini.inc in my include+plugin folder.
|
I hope I can help you. Try to download this
Dini 1.6 - Draco Blue
Extract and put the Dini.inc to
pawno\include folder , next re-compile your filterscript that has an #include <Dini>
Re: Script dosen't show in game? -
Zex Tan - 06.11.2013
Quote:
Originally Posted by Tuntun
Fuck?
Код:
E:\ppc\gamemodes\SWRP.pwn(10) : fatal error 100: cannot read from file: "dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
But i put Dini.inc in my include+plugin folder.
|
Try open Pawno via "pawno/pawno.exe", make sure your includes are in that folder. Next, compile it and give us your reply.