Cant open trunk of vehicle
#1

Here is the code, i cant open/close trunk of vehicle:

Код:
YCMD:opentrunk(playerid, params[], help)
{
	new string[100];
	format(string, sizeof(string), "%s closed trunk.", GetName(playerid));
	SendClientMessage(playerid, COLOR_WHITE, string);

	

	new engine, lights, alarm, doors, bonnet, boot, objective;
	GetVehicleParamsEx(TvornicaVozilo[0], engine, lights, alarm, doors, bonnet, boot, objective);
	SetVehicleParamsEx(TvornicaVozilo[0], engine, lights, alarm, doors, bonnet, VEHICLE_PARAMS_ON, objective); 
	return 1;
}
Reply


Messages In This Thread
Cant open trunk of vehicle - by Saddin - 10.04.2017, 19:55
Re: Cant open trunk of vehicle - by AndreiWow - 10.04.2017, 20:28
Re: Cant open trunk of vehicle - by Bolex_ - 10.04.2017, 20:31
Re: Cant open trunk of vehicle - by Saddin - 10.04.2017, 20:39
Re: Cant open trunk of vehicle - by AndreiWow - 10.04.2017, 20:47
Re: Cant open trunk of vehicle - by Saddin - 10.04.2017, 20:55
Re: Cant open trunk of vehicle - by ISmokezU - 10.04.2017, 21:01
Re: Cant open trunk of vehicle - by Saddin - 10.04.2017, 21:02
Re: Cant open trunk of vehicle - by ISmokezU - 10.04.2017, 21:05
Re: Cant open trunk of vehicle - by AndreiWow - 10.04.2017, 21:06
Re: Cant open trunk of vehicle - by Saddin - 10.04.2017, 21:14
Re: Cant open trunk of vehicle - by AndreiWow - 10.04.2017, 21:48
Re: Cant open trunk of vehicle - by Kane - 10.04.2017, 22:53
Re: Cant open trunk of vehicle - by Saddin - 11.04.2017, 09:58
Re: Cant open trunk of vehicle - by Saddin - 11.04.2017, 10:11

Forum Jump:


Users browsing this thread: 2 Guest(s)