06.10.2010, 09:11
Damn, !!!
Its already say to you whats wrong, why need spam forum?
set right lenght for strings
at
new ftext[size];
new ttext[size];
change size to max character count you are going to use here.
atm its looks with 24 should be fine.
if even than cant fix it use
Its already say to you whats wrong, why need spam forum?
set right lenght for strings
at
new ftext[size];
new ttext[size];
change size to max character count you are going to use here.
atm its looks with 24 should be fine.
if even than cant fix it use
pawn Код:
strmid(ftext,"262 Idlewood Families",0,strlen("262 Idlewood Families"),255);
strmid(ttext,"262 Idlewood Families",0,strlen("262 Idlewood Families"),255);

