How to write more of those on a row
#1

Код:
if(vehicleid == meatcar_1 ... meatcar_2 .... meatcar_3
I want them on a row instead of:
Код:
if(vehicleid == meatcar_1)
{
 bla bla
}
if(vehicleid == meatcar_2)

....
Reply


Messages In This Thread
How to write more of those on a row - by AndreiWow - 29.08.2016, 21:06
Re: How to write more of those on a row - by 99fe3rnando - 29.08.2016, 21:15
Re: How to write more of those on a row - by AndreiWow - 29.08.2016, 21:21
Re: How to write more of those on a row - by Vince - 29.08.2016, 21:38
Re: How to write more of those on a row - by AndreiWow - 29.08.2016, 21:43

Forum Jump:


Users browsing this thread: 1 Guest(s)