Vehicle-related Question
#5

Код:
for(new vid; vid < GetVehiclePoolSize()+1; vid++)
Don't use it like that, use it as is shown on the wiki as per the example.

Код:
for(new i = 1, j = GetVehiclePoolSize(); i <= j; i++)
If you're wanting to isolate the problem in it, maybe you shouldn't load up the function with other purposes than the vehicles.
Reply


Messages In This Thread
Vehicle-related Question - by NealPeteros - 24.05.2017, 08:03
Re: Vehicle-related Question - by Sew_Sumi - 24.05.2017, 08:18
Re: Vehicle-related Question - by NealPeteros - 24.05.2017, 08:38
Re: Vehicle-related Question - by NealPeteros - 24.05.2017, 09:05
Re: Vehicle-related Question - by Sew_Sumi - 24.05.2017, 09:54
Re: Vehicle-related Question - by NealPeteros - 24.05.2017, 10:18
Re: Vehicle-related Question - by NealPeteros - 24.05.2017, 10:30
Re: Vehicle-related Question - by Sew_Sumi - 24.05.2017, 10:43
Re: Vehicle-related Question - by NealPeteros - 24.05.2017, 12:01
Re: Vehicle-related Question - by Sew_Sumi - 24.05.2017, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)