05.01.2016, 16:59
Then I would print out the index whenever you want to access the "Veh" veriable to make sure it won't exceed the 1999 value.
Like this:
Like this:
Код:
printf("Veh index: %i", UlIDV); Veh[UlIDV][ServerID] = CreateVehicle(Veh[UlIDV][Model], Veh[UlIDV][PosX], Veh[UlIDV][PosY], Veh[UlIDV][PosZ], Veh[UlIDV][VAngle], Veh[UlIDV][Color1], Veh[UlIDV][Color2], -1);