Function help
#2

pawn Код:
stock splitstring(string[])
{
    new dot;
    dot = strfind(string, ".", false, 0);
    strdel(string, dot + 1, sizeof(string));
    return string;
}
maybe that>?
Reply


Messages In This Thread
Function help - by Unknown123 - 03.06.2011, 00:42
Re: Function help - by Donya - 03.06.2011, 01:26

Forum Jump:


Users browsing this thread: 2 Guest(s)