Attach Objects to Vehicles
#1

I've created this command, using ZCMD & SSCANF
Код:
cmd(atachobject, playerid, parmas[])
{
	new objid;
	if(sscanf(parmas, "i", objid))return SendClientMessage(playerid, COLOR_WHITE, "/atachobject [ObjectID]");
	AttachObjectToVehicle(objid,GetPlayerVehicleID(playerid),0.0,0.0,0.3,0.0,0.0,0.0);
	return 1;
}
in game... nothing happens... what's wrong?
Reply


Messages In This Thread
Attach Objects to Vehicles - by Stefan_Toretto - 28.11.2010, 15:25
Re: Attach Objects to Vehicles - by [03]Garsino - 28.11.2010, 15:26
Re: Attach Objects to Vehicles - by Stefan_Toretto - 28.11.2010, 15:29
Re: Attach Objects to Vehicles - by boelie - 28.11.2010, 15:31
Re: Attach Objects to Vehicles - by [03]Garsino - 28.11.2010, 15:32
Re: Attach Objects to Vehicles - by Stefan_Toretto - 28.11.2010, 15:33
Re: Attach Objects to Vehicles - by boelie - 28.11.2010, 15:33
Re: Attach Objects to Vehicles - by d0 - 28.11.2010, 15:36
Re: Attach Objects to Vehicles - by Stefan_Toretto - 28.11.2010, 15:37
Re: Attach Objects to Vehicles - by [03]Garsino - 28.11.2010, 15:41

Forum Jump:


Users browsing this thread: 1 Guest(s)