help with cars id
#10

Quote:
Originally Posted by saiberfun
count them in ur script line for line

AddStaticVehicle(blah..); //1
AddStaticVehicle(blah..);//2
AddStaticVehicle(blah..);//3
AddStaticVehicle(blah..);//4
AddStaticVehicle(blah..);//5
AddStaticVehicle(blah..);//6
you have to count from zero like this:

Код:
AddStaticVehicle(blah..); //0
AddStaticVehicle(blah..);//1
AddStaticVehicle(blah..);//2
AddStaticVehicle(blah..);//3
AddStaticVehicle(blah..);//4
AddStaticVehicle(blah..);//5
Reply


Messages In This Thread
help with cars id - by Jimmy1 - 04.07.2009, 11:48
Re: help with cars id - by ashley_bridges - 04.07.2009, 12:13
Re: help with cars id - by Jimmy1 - 04.07.2009, 12:16
Re: help with cars id - by saiberfun - 04.07.2009, 12:25
Re: help with cars id - by Jimmy1 - 04.07.2009, 14:13
Re: help with cars id - by Jimmy1 - 04.07.2009, 15:11
Re: help with cars id - by Jimmy1 - 04.07.2009, 19:53
Re: help with cars id - by saiberfun - 04.07.2009, 20:15
Re: help with cars id - by Vince - 04.07.2009, 21:33
Re: help with cars id - by Schock - 04.07.2009, 23:48

Forum Jump:


Users browsing this thread: 1 Guest(s)