SA-MP Forums Archive
Help (gvar 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)
+--- Thread: Help (gvar include) (/showthread.php?tid=482814)



Help (gvar include) - Flaken - 23.12.2013

Код:
C:\Users\ADNAN\Downloads\External Gaming CnR\CnR\gamemodes\FlakenCNR.pwn(7) : fatal error 100: cannot read from file: "gvar"
anyone knows the problem ?

I've put gvar.inc in the include..


Re: Help (gvar include) - Pottus - 23.12.2013

Usually what I do for consistency organization is create folders inside your gamemode folder this could be considered systems then just do this.

#include "systems\gvar.inc"

I would like to add one more thing, you shouldn't use pvars or gvars they make for ugly code although might have some purposes read this.

https://sampforum.blast.hk/showthread.php?tid=268499


Re: Help (gvar include) - Flaken - 23.12.2013

Alright, thank you.

Fixed.