22.08.2009, 23:10
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
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);
}