Edit .inc files - 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: Edit .inc files (
/showthread.php?tid=632379)
Edit .inc files -
ClaudioG231 - 13.04.2017
Hi , I want to edit dten inc file how do I do that ? I already used pawno and first i compile it doens't work , then i try to save ( it saves ) but when compiling gamemode it dont work what can i do ?
Sorry for Bad English
Re: Edit .inc files -
Eoussama - 13.04.2017
.inc files doesn't need to be compiled, you just save them and include them in your script
Код:
//Like this
#include <something>
//Or this
#include "something.inc"
Re: Edit .inc files -
ClaudioG231 - 13.04.2017
Nevermind but thanks anyway , i actually wanted to edit to redefine the start money and level , btw do you know dten gm ? , i would like to take away the textdraw from begining to have a faster login