18.07.2011, 20:55
first off:
the problem you have is that skin is an integer, and it needs to be a string.
SKIN usually is the Skin ID, not the name.
Try this:
new str[10];
format(str,sizeof(str),"%d",skin);
dini_Set("archivo.txt",str,inputtext);
the problem you have is that skin is an integer, and it needs to be a string.
SKIN usually is the Skin ID, not the name.
Try this:
new str[10];
format(str,sizeof(str),"%d",skin);
dini_Set("archivo.txt",str,inputtext);