Compiling
#1

I have problem with compiling. Gamemode has 55570 lines. When i try to compile it is compiling for 10 minutes and it says (Not Responding). What can I do?? I closed all programs and have no idea what to do..
Reply
#2

I wholly doubt that it is your gamemode, but that's another matter. If the script contains lots of pre-processor directives (lines starting with #) then this will slow down compiling time tremendously. This is the case when, for example, large parts of YSI are included because these libraries heavily rely on compiler hacks. Also slow PC = slow compiling.
Reply
#3

Well commands are done with YSI not ZCMD. Could that be problem??
Reply
#4

Quote:
Originally Posted by Micko123
View Post
Well commands are done with YSI not ZCMD. Could that be problem??
It would contribute to it. If you're including unneeded parts of YSI/includes remove them.
Reply
#5

PHP Code:
#include < YSI\y_ini >
#include < YSI\y_commands >
#include < YSI\y_va > 
This are all YSI includes. And should i include ZCMD and do commands with it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)