|
Форум Программирование в Pawno Стандартные функции CreateVehicleWith3DText |
CreateVehicleWith3DText |
Код 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д тексом,Все спасибо за просмотр Программист любитель :) |
| |||
| |||