Split
#8

Код:
new string1[4]; //max length (4)
new string1[3]; //max length (3)
new string1[3]; //max length (3)
split("[EU]AUD398", string1, string2, string3, 3);
Then?

Like..

Код:
new string1[4]; //max length (4)
new string1[3]; //max length (3)
new string1[3]; //max length (3)
split(CarInfo[h][cPlate], string1, string2, string3, 3); // ex "[EU]AUD398"
SendClientMessage(playerid, COLOR, CarInfo[h][cPlate]); // splitted
Oh.. i then use "AUD398" without [EU] etc..
Reply


Messages In This Thread
Split - by Typhome - 28.10.2010, 19:21
Re: Split - by The_Moddler - 28.10.2010, 19:24
Re: Split - by Typhome - 28.10.2010, 19:49
Re: Split - by randomkid88 - 28.10.2010, 19:54
Re: Split - by i514x - 28.10.2010, 20:06
Re: Split - by Typhome - 28.10.2010, 20:26
Re: Split - by i514x - 28.10.2010, 20:30
Re: Split - by Typhome - 28.10.2010, 20:33
Re: Split - by i514x - 28.10.2010, 20:35
Re: Split - by randomkid88 - 28.10.2010, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)