21.01.2011, 20:31
isaw this in a post
pawn Код:
strrest(string[], idx)
{
new
ret[80];
strmid(ret, string, idx, strlen(string));
return ret;
}