Help! why is it doing that
#1

why my complier doing that?
Код:
Header size:           7712 bytes
Code size:           294580 bytes
Data size:         18115200 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:18433876 bytes
i added this line and it's doing that
PHP код:
if(fexist(cInfo[ClanFile])) 
all code of command:
http://pastebin.com/fP7DD4TK
it's ok?
Reply
#2

i not know but, its normally.
i think is because this line is very long:
pawn Код:
if(Clans == 0) return ShowPlayerDialog(playerid, 8888, DIALOG_STYLE_LIST, "{FFA600}מערכת הקלאנים", "{0099FF}לא נוצרו קלאנים", "סגור", "");
        format(String2,sizeof String2,"\t\t{CCEEFF}- %d - מספר הקלאנים בשרת -",Clans);
not woorry... and i not know if is it.
Reply
#3

It is because your calling a function within the same function. Thats not bad as long as it doesn't give and debugs on the log.
Reply
#4

Quote:
Originally Posted by StarPeens
Посмотреть сообщение
i not know but, its normally.
i think is because this line is very long:
pawn Код:
if(Clans == 0) return ShowPlayerDialog(playerid, 8888, DIALOG_STYLE_LIST, "{FFA600}מערכת הקלאנים", "{0099FF}לא נוצרו קלאנים", "סגור", "");
        format(String2,sizeof String2,"\t\t{CCEEFF}- %d - מספר הקלאנים בשרת -",Clans);
not woorry... and i not know if is it.
ok thank you
Quote:
Originally Posted by Ralfie
Посмотреть сообщение
It is because your calling a function within the same function. Thats not bad as long as it doesn't give and debugs on the log.
thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)