[HELP]DestroyVehicle and other question
#1

In my script i have a CreateVehicle and then a DestroyVehicle for that Car...Does desroy vehicle remove it from the script or simply respawn it?


also, in these code am i carrying the Car id for the created vehicle propaly..

car being made
Код:
	new carcreated = CreateVehicle(CarId,Carx,Cary,Carz,Carangle,randcolor,randcolor,10000);
	
	playercarid[playerid] = GetPlayerVehicleID(carcreated);
and this is being destroyed

Код:
	new carid = playercarid[playerid];
	
	DestroyVehicle(carid);
Reply


Messages In This Thread
[HELP]DestroyVehicle and other question - by Martin_Smith - 07.08.2009, 01:21
Re: [HELP]DestroyVehicle and other question - by Backwardsman97 - 07.08.2009, 03:51
Re: [HELP]DestroyVehicle and other question - by [GM]The_Don - 07.08.2009, 04:51

Forum Jump:


Users browsing this thread: 1 Guest(s)