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



Fixed - RelaxCafe - 17.10.2011

Fixed


Re: dini_unset? - RelaxCafe - 22.10.2011

anyone has an idea?


Re: dini_unset? - RelaxCafe - 25.10.2011

Beep beep!


Re: dini_unset? - Ash. - 25.10.2011

Set it to "" (blank)?

pawn Код:
dini_Set(file, key[], "");
Also, don't bump a thread like that. A little bit of common sense should of sufficed there!


Re: dini_unset? - RelaxCafe - 25.10.2011

Quote:
Originally Posted by funky1234
Посмотреть сообщение
Set it to "" (blank)?

pawn Код:
dini_Set(file, key[], "");
You didn't get waht I meant.. but anywho thanks.. i wanted to clear a part of the line, not the entire thing..
Quote:
Originally Posted by funky1234
Посмотреть сообщение
Also, don't bump a thread like that. A little bit of common sense should of sufficed there!
And check the dates. 3 days apart from each post.


Re: dini_unset? - Ash. - 25.10.2011

Quote:
Originally Posted by RelaxCafe
Посмотреть сообщение
You didn't get waht I meant.. but anywho thanks.. i wanted to clear a part of the line, not the entire thing..

And check the dates. 3 days apart from each post.
I was looking at the times, not the dates; OOPS! D:

+ Erm, you could use strcmp/strcat/strdel to manipulate the string till you got ONLY what you want? Or sscanf if they're split with spaces.