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: Problem!! (
/showthread.php?tid=611989)
Problem!! -
Micko123 - 13.07.2016
How to fix compiler Not Responding. Everything was in YCMD and i transfered it into ZCMD. Gamemode has 55237 lines and it has these YSI includes
PHP Code:
#include < YSI\y_ini >
#include < YSI\y_va >
What can i do?? It is only with this gamemode. It just won't compile it. I left it for 20 minutes and it was still compiling it
Re: Problem!! - WhiteGhost - 13.07.2016
PHP Code:
#include < YSI/y_ini >
#include < YSI/y_va >
I doubt this might work,ive been seeing this all day,have u tried switching them?
Re: Problem!! -
Micko123 - 13.07.2016
Nope but i will
Re: Problem!! -
Micko123 - 13.07.2016
Nope nothing
Re: Problem!! -
K0P - 13.07.2016
Code:
#include <y_ini>
#include <YSI\y_va>