03.04.2013, 17:16
Well, i dont think there is a better way than what u did here
just a little hint: u can do
instead of strdel (faster)
EDIT: use "strmid" instead of format
just a little hint: u can do
pawn Code:
dest[strlen(dest)-1] = 0;
EDIT: use "strmid" instead of format
Code:
strmid(dest, src, 0, strlen(src)-1);