String won't save -.-"
#1

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

lol
Reply
#3

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"));
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)