Police Special Car
#6

Quote:

For the first care it's policeInfernus[0], the second policeInfernus[1], etc...

Код HTML:
new policeInfernus[MAX_VEHICLES];

//in gamemodeinit
policeInfernus[0] = CreateVehicle(...);
policeInfernus[1] = CreateVehicle(...);
policeInfernus[2] = CreateVehicle(...);


//in the check.
if(vehicleid == policeInfernus[0],policeInfernus[1],policeInfernus[2])
...  
This too doesn't work, still stores '0' at place of 'vehicleid'.
Reply


Messages In This Thread
Police Special Car - by rishabh - 04.06.2016, 18:30
Re: Police Special Car - by Luicy. - 04.06.2016, 18:52
Re: Police Special Car - by rishabh - 05.06.2016, 17:47
Re: Police Special Car - by CSLangdale - 05.06.2016, 20:07
Re: Police Special Car - by Dayrion - 05.06.2016, 20:09
Re: Police Special Car - by rishabh - 06.06.2016, 08:27
Re: Police Special Car - by Sew_Sumi - 06.06.2016, 09:31
Re: Police Special Car - by rishabh - 06.06.2016, 10:07
Re: Police Special Car - by Sew_Sumi - 06.06.2016, 10:21
Re: Police Special Car - by CSLangdale - 06.06.2016, 15:57

Forum Jump:


Users browsing this thread: 1 Guest(s)