Multiple vehicles in 1 variable
#4

Quote:
Originally Posted by Stigg
Посмотреть сообщение
pawn Код:
new Vehicle[10]

Vehicle[0] = AddStaticVehicle(whatever you wish);
Vehicle[1] = AddStaticVehicle(whatever you wish);
Vehicle[2] = AddStaticVehicle(whatever you wish);
//Ect...
A semi-colon is required after 'Vehicle[10]', so:

pawn Код:
new Vehicle[10];
Note, you can change 10 to the amount of vehicles you plan to create.
Reply


Messages In This Thread
Multiple vehicles in 1 variable - by sim_sima - 07.04.2011, 17:23
Re : Multiple vehicles in 1 variable - by Vukilore - 07.04.2011, 17:48
Re: Multiple vehicles in 1 variable - by Stigg - 07.04.2011, 18:02
Re: Multiple vehicles in 1 variable - by Calgon - 07.04.2011, 19:10
Re: Multiple vehicles in 1 variable - by sim_sima - 07.04.2011, 21:15
Re: Multiple vehicles in 1 variable - by marinov - 07.04.2011, 21:19
Re: Multiple vehicles in 1 variable - by sim_sima - 07.04.2011, 21:28
Re: Multiple vehicles in 1 variable - by sim_sima - 07.04.2011, 21:33
Re: Multiple vehicles in 1 variable - by [L3th4l] - 07.04.2011, 21:42
Re: Multiple vehicles in 1 variable - by marinov - 07.04.2011, 21:43

Forum Jump:


Users browsing this thread: 2 Guest(s)