Y_INI Message.
#1

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 ?
Reply
#2

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 )
Reply
#3

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

I've searched inside y_ini and found nothing.
Reply
#4

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.
Reply
#5

I Delete this line ?

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

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.
Reply
#7

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:
Reply
#8

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)