3D TextLabel on spawn
#1

pawn Код:
public OnVehicleSpawn(vehicleid)
{
  if(IsAircraft(vehicleid))
  {
  new Text3D:vehtext;
  vehtext = Create3DTextLabel("Text Goes Here", COLOR_GREEN, 0.0, 0.0, 0.0, 50.0, 0, 1 );
  Attach3DTextLabelToVehicle(vehtext, vehicleid, 0.0, 0.0, 2.0);
  }
  return true;
}
Is what I have so far, I want it to show "Text Goes Here" when a vehicle spawns, but it isn't doing that.

Can anyone help me?
Reply


Messages In This Thread
3D TextLabel on spawn - by Memoryz - 05.05.2010, 20:25
Re: 3D TextLabel on spawn - by luigifan9 - 05.05.2010, 20:33
Re: 3D TextLabel on spawn - by Memoryz - 05.05.2010, 20:49
Re: 3D TextLabel on spawn - by luigifan9 - 05.05.2010, 22:36
Re: 3D TextLabel on spawn - by -Rebel Son- - 05.05.2010, 23:17

Forum Jump:


Users browsing this thread: 1 Guest(s)