help | text on vehicle
#4

Код:
public OnVehicleSpawn(vehicleid)
{
	//AddStaticVehicle(522,660.0554,1719.1187,6.5642,12.7699,8,82);
  if(GetVehicleModel(vehicleid) == 522)
  {
    Car3DText = "Text";
    new Text3D:Created3D = Create3DTextLabel(Car3DText,0x008080FF,0.0,0.0,0.0,0.0,0);
    Attach3DTextLabelToVehicle(Created3D,vehicleid,0.0,0.0,0.0);
  }
  return 1;
}
Still not working
Reply


Messages In This Thread
help | text on vehicle - by Daniel13145 - 02.02.2010, 14:32
Re: help | text on vehicle - by Correlli - 02.02.2010, 14:33
Re: help | text on vehicle - by Kurence - 02.02.2010, 14:34
Re: help | text on vehicle - by Daniel13145 - 02.02.2010, 14:47
Re: help | text on vehicle - by Daniel13145 - 02.02.2010, 16:25
Re: help | text on vehicle - by Nakash - 02.02.2010, 16:29
Re: help | text on vehicle - by Daniel13145 - 02.02.2010, 16:33
Re: help | text on vehicle - by Daniel13145 - 02.02.2010, 17:17
Re: help | text on vehicle - by Daniel13145 - 02.02.2010, 19:07
Re: help | text on vehicle - by hvampire - 02.02.2010, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)