string cut
#6

Oh, that was a mistake by my side. Change to:
pawn Код:
new msg[21], pos = strfind(inputtext, ":");
if (pos != -1)
{
    strmid(msg, inputtext, 0, pos, 21);
    InfoMSG(playerid, msg);
}
Reply


Messages In This Thread
string cut - by ancezas - 04.03.2014, 14:49
Re: string cut - by HK - 04.03.2014, 14:50
Re: string cut - by fordawinzz - 04.03.2014, 14:52
Re: string cut - by Konstantinos - 04.03.2014, 14:55
Re: string cut - by ancezas - 04.03.2014, 15:16
Re: string cut - by Konstantinos - 04.03.2014, 15:18
Re: string cut - by ancezas - 04.03.2014, 15:51
Re: string cut - by Konstantinos - 04.03.2014, 15:58
Re: string cut - by ancezas - 04.03.2014, 16:16
Re: string cut - by Konstantinos - 04.03.2014, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)