Привет, Гость!
  • Страница 1 из 1
  • 1
CreateVehicleWith3DText
AdminДата: Понедельник, 25.04.2016, 18:00 | Сообщение # 1
Генерал-майор
Группа: Администраторы
Сообщений: 272
Репутация: 0
Статус: Offline
Код
CreateVehicleWith3DText(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay,text[], color, Float:DrawDistance, testLOS)
{
     return Attach3DTextLabelToVehicle( Create3DTextLabel( text,color,Float:x, Float:y, Float:z, DrawDistance,-1, testLOS ), CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay), 0.0, 0.0, 2.0);
}  

Пример
Код
CreateVehicleWith3DText(411, 0, 0,0, 0.00, 6, 6, 600,"LoL", 0xFF0000AA, 10.0, 1);  

Создает машину с 3д тексом,Все спасибо за просмотр
 
  • Страница 1 из 1
  • 1
Поиск: