SA-MP Forums Archive
Y_INI Message. - 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: Y_INI Message. (/showthread.php?tid=291783)



Y_INI Message. - Aprezt - 21.10.2011

Hello. I use y_ini account system saving and loading. I want help with this:

PHP Code:
[17:44:13write this tagdata
[17:44:16write this tagdata
[17:44:31write this tagdata
[17:44:52write this tagdata
[17:45:14write this tagdata
[17:45:35write this tagdata 
Its take a server_log.log files some KB-s i dont want this shit its says when he update userfiles. How i can delete this ?


Re: Y_INI Message. - IstuntmanI - 21.10.2011

Enter in YSI/y_ini.inc and comment this line:
Code:
printf("write this tag: %s", unpack(YSI_g_sINIWriteTag[_:file][j][E_INI_TAGS_NAME]));
( line 1434, from stock INI_WriteBuffer )


Re: Y_INI Message. - Zh3r0 - 21.10.2011

Search in your script for "write this tag:" and see where it is placed.

I've searched inside y_ini and found nothing.


Re: Y_INI Message. - SmiT - 21.10.2011

Comment the line:
pawn Code:
printf("write this tag: %s", unpack(YSI_g_sINIWriteTag[_:file][j][E_INI_TAGS_NAME]));
from "YSI\y_ini.inc"

EDIT: costel beat me.


Re: Y_INI Message. - Aprezt - 21.10.2011

I Delete this line ?

printf("write this tag: %s", unpack(YSI_g_sINIWriteTag[_:file][j][E_INI_TAGS_NAME]));


Re: Y_INI Message. - SmiT - 21.10.2011

Comment:
pawn Code:
printf("write this tag: %s", unpack(YSI_g_sINIWriteTag[_:file][j][E_INI_TAGS_NAME]));
pawn Code:
// printf("write this tag: %s", unpack(YSI_g_sINIWriteTag[_:file][j][E_INI_TAGS_NAME]));
Or you can also delete it.


Re: Y_INI Message. - Aprezt - 21.10.2011

Nope it dont help. its say now
[18:07:12] write this tag:
[18:07:15] write this tag:
[18:07:24] write this tag:


Re: Y_INI Message. - IstuntmanI - 21.10.2011

Quote:
Originally Posted by Aprezt
View Post
Nope it dont help. its say now
[18:07:12] write this tag:
[18:07:15] write this tag:
[18:07:24] write this tag:
Comment, save y_ini.inc after you commented, open your pawno script, compile and then try.