vehicle id 401..416 works?
#7

No, "..." can be used to continue a row, like:

new Var[MAX_PLAYERS] = {(-1), ...};

This will set every Slot in "Var" to (-1). You can also do {1, 3, ...};, this will make them 1, 3, 1, 3 etc.

".." is only for the switch/case statement.

But there is no use for you in this specific case.
Reply


Messages In This Thread
vehicle id 401..416 works? - by Stefand - 06.08.2013, 07:41
Re: vehicle id 401..416 works? - by ThaCrypte - 06.08.2013, 07:42
Re: vehicle id 401..416 works? - by Stefand - 06.08.2013, 07:51
Re: vehicle id 401..416 works? - by Stefand - 06.08.2013, 07:54
Re: vehicle id 401..416 works? - by morocco - 06.08.2013, 08:11
Re: vehicle id 401..416 works? - by Black Wolf - 06.08.2013, 08:13
AW: vehicle id 401..416 works? - by NaS - 06.08.2013, 08:16
Re: AW: vehicle id 401..416 works? - by Black Wolf - 06.08.2013, 08:18
Re: vehicle id 401..416 works? - by Stefand - 06.08.2013, 08:28
AW: vehicle id 401..416 works? - by NaS - 06.08.2013, 08:32

Forum Jump:


Users browsing this thread: 2 Guest(s)