AttachObjectToVehicle BUG?
#1

Hi, if I put this into my gamemode I receive the message but the object doesn't appear... do you know anything about this bug?
Код:
   if(strcmp("/blueneon", cmdtext, true) == 0)
	{
		new neon = CreateObject(18648,0,0,0,0,0,0,100.0);
		new neon1 = CreateObject(18648,0,0,0,0,0,0,100.0);
		AttachObjectToVehicle(neon, GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
		AttachObjectToVehicle(neon1, GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
		SendClientMessage(playerid, COLOR_WHITE, "Neones Instalados!");
		return 1;
	}
Reply


Messages In This Thread
"AttachObjectToVehicle" bug? - by [DOG]irinel1996 - 07.12.2010, 16:01
Re: AttachObjectToVehicle BUG? - by Rafa - 07.12.2010, 23:37
Re: AttachObjectToVehicle BUG? - by Rac3r - 08.12.2010, 09:43

Forum Jump:


Users browsing this thread: 1 Guest(s)