Need help with AdminVehicle Spawn and Delete
#4

Quote:
Originally Posted by Lordzy
Посмотреть сообщение
pawn Код:
for(new i = 0; i< MAX_VEHICLES; i++)
Vehicle ID's start from 1 and there's GetVehiclePoolSize so a better loop would be
Код:
for (new i = 1, j = GetVehiclePoolSize(); i <= j; i++) if (IsValidVehicle(i))
Reply


Messages In This Thread
Need help with AdminVehicle Spawn and Delete - by blackfire49 - 03.01.2017, 22:31
Re: Need help with AdminVehicle Spawn and Delete - by Lordzy - 04.01.2017, 01:04
Re: Need help with AdminVehicle Spawn and Delete - by blackfire49 - 04.01.2017, 09:43
Re: Need help with AdminVehicle Spawn and Delete - by GoldenLion - 04.01.2017, 10:36

Forum Jump:


Users browsing this thread: 2 Guest(s)