SA-MP Forums Archive
String won't save -.-" - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: String won't save -.-" (/showthread.php?tid=239874)



String won't save -.-" [SOLVED] - Kwarde - 14.03.2011

SOLVED.
I'd needed to use 'format' instead of 'strins'.
thanks to: myself :P


Re: String won't save -.-" - Sasino97 - 14.03.2011

lol


AW: String won't save -.-" [SOLVED] - Nero_3D - 14.03.2011

Your strset function was a fail

and use strcat instead of format because format is quite slow in normal string manipulation

pawn Код:
InteriorInfo[i][IntName][0] = EOS;
strcat(InteriorInfo[i][IntName], dj(str, "Name"));



Re: String won't save -.-" - Kwarde - 14.03.2011

hmm strset never failed before :P
But I'll use it, if it's better. BTW I didn't notice strcat yet :P - Only if I neede something I look for functions. I should take a look at my function list