[problem] Multiple cars having the same id
#4

but there is no way for you to keep track of those id... if you load a new FS you might change your usual car ID
hes right, if you need to keep track of those car ID you should use like
pawn Код:
new ThatCar;

on...init()
{
   ThatCar = CreateVehicle(type, x, y, z, rot, c1, c2, respawn_delay);
}
Reply


Messages In This Thread
[problem] Multiple cars having the same id - by Dj_maryo1993 - 22.08.2009, 19:08
Re: [problem] Multiple cars having the same id - by Joe Staff - 22.08.2009, 19:37
Re: [problem] Multiple cars having the same id - by Dj_maryo1993 - 22.08.2009, 22:46
Re: [problem] Multiple cars having the same id - by snoob - 22.08.2009, 23:10
Re: [problem] Multiple cars having the same id - by Zafire1410 - 22.08.2009, 23:16
Re: [problem] Multiple cars having the same id - by James_Alex - 23.08.2009, 00:20
Re: [problem] Multiple cars having the same id - by Joe Staff - 23.08.2009, 01:53

Forum Jump:


Users browsing this thread: 4 Guest(s)