SA-MP Forums Archive
include problem - 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 problem (/showthread.php?tid=609287)



include problem - Jabern - 10.06.2016

Hi i am Jaber from old frensh section ( RIP ) , i code a gamemode from scratch with a friend and we organize the Gamemode with include , but we have a problem when we reaches more than 8 include they wont load more , i explain :

PHP код:
// this load 
#include <a_samp>
#include <a_mysql>
#include <sscanf2>
#include "..\RP\configuration.pwn"
#include "..\RP\mysql.pwn"
#include "..\RP\verification_joueur.pwn"
#include "..\RP\connexion\index.pwn"
// this wont load 
#include "..\RP\inscription\index.pwn" 
i need litle help
ps : we use 0.3e beacause we script on Gta united and sorry for my bad english


Re: include problem - F1N4L - 10.06.2016

I've heard in a bug when placed different folders, but include with same name only the first is loaded.
Try changing the name of the second include.


Re: include problem - Jabern - 10.06.2016

Quote:
Originally Posted by F1N4L
Посмотреть сообщение
I've heard in a bug when placed different folders, but include with same name only the first is loaded.
Try changing the name of the second include.
Yeah thanks