DestroyVehlicle Help
#8

Код:
if (strcmp("/elegy", cmdtext, true, 10) == 0)
	{
	if(IsPlayerInAnyVehicle(playerid))  return SendClientMessage(playerid, COLOR_RED, "ERROR: You already have a car.");
	new Float:X, Float:Y, Float:Z, elegy;
	GetPlayerPos(playerid, X, Y, Z);
	elegy = CreateVehicle(562, X, Y, Z, 0.0, 0, 0, 0);
	PutPlayerInVehicle(playerid, elegy, 0);
	return 1;
	}
That's the command for the car. I said i need a command to destroy vehicleid like /destroyvehicle (id)
Reply


Messages In This Thread
DestroyVehlicle Help - by necrobg3 - 16.08.2012, 12:12
Re: DestroyVehlicle Help - by leonardo1434 - 16.08.2012, 12:20
Re: DestroyVehlicle Help - by IceMeteor - 16.08.2012, 12:21
Re: DestroyVehlicle Help - by RanSEE - 16.08.2012, 12:27
Re: DestroyVehlicle Help - by leonardo1434 - 16.08.2012, 12:29
Re: DestroyVehlicle Help - by Ranama - 16.08.2012, 12:39
Re: DestroyVehlicle Help - by IceMeteor - 16.08.2012, 12:53
Re: DestroyVehlicle Help - by necrobg3 - 16.08.2012, 17:17
Re: DestroyVehlicle Help - by necrobg3 - 16.08.2012, 17:23

Forum Jump:


Users browsing this thread: 3 Guest(s)