setTaxiLights(vehicle taxi, bool light)
Устанавливает свечение шашки такси
vehicle taxi
такси
bool light
состояние
function main()
while true do wait(0)
if isCharInTaxi(PLAYER_PED) then
setTaxiLights(storeCarCharIsInNoSave(PLAYER_PED), true)
end
end
end