02.02.2010, 14:47
Код:
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;
}

