Array indexes
#3

Quote:
Originally Posted by Bmxerlmao5288
View Post
Persoally I Think AddStaticVehicle Is So Much Easier Because theres So many things that cannot go wrong unless self stupidiness
Yes its not that i mean.. Like this:

With:
pawn Code:
Vehicle[0] = AddStaticVehicle(..........);
Vehicle[1] = AddStaticVehicle(..........);
Vehicle[2] = AddStaticVehicle(..........);
Vehicle[3] = AddStaticVehicle(..........);
Without:
pawn Code:
Vehicle1 = AddStaticVehicle(..........);
Vehicle2 = AddStaticVehicle(..........);
Vehicle3 = AddStaticVehicle(..........);
Vehicle4 = AddStaticVehicle(..........);
Which one is best and why?
Reply


Messages In This Thread
Array indexes - by The Woody - 11.06.2011, 21:11
Re: Array indexes - by Bmxerlmao5288 - 11.06.2011, 21:16
Re: Array indexes - by The Woody - 11.06.2011, 22:19
Re: Array indexes - by linuxthefish - 11.06.2011, 22:25
Re: Array indexes - by The Woody - 11.06.2011, 23:05

Forum Jump:


Users browsing this thread: 1 Guest(s)