Zrobi?am pickup z broni? i skinem, doda?am si? do ACL gang, ale gdy pr?buje wsi??? do auta, to jest napisane, ?e nie jestem w gangu. O co chodzi?
auta.lua
-- Skrypt Wykonany przez NotPaladyn
-- Zezwalam na edycj? oraz u?ywanie skryptu na serwera
-- Zabraniam usuwania autora ze skrypt?w i meta.xml
-- Kontakt Discord: NotPaladyn#0477
local auto1 = createVehicle ( 500, -1007.2835693359, -653.67102050781, 32.0078125, 0, 0, 0 )
setVehicleLocked ( auto1, false )
addVehicleUpgrade ( auto1, 1025 )
setElementData(auto1, "pojazdy_paliwo", 100)
setVehicleHandling(auto1, "maxVelocity", 455)
setVehicleHandling(auto1, "engineAcceleration", 15 )
setVehicleHandling(auto1, "steeringLock", 35.0 )
setVehicleHandling(auto1, "ABS", true )
removeVehicleSirens(auto1)
addVehicleSirens(auto1, 6, 2, true, false, true, true )
setVehicleSirens(auto1, 1, -0.300, 2.400, 0.000, 255, 0, 0, 255, 255 )
setVehicleSirens(auto1, 2, 0.300, 2.400, 0.000, 0, 55, 255, 255, 255 )
setVehicleSirens(auto1, 3, -0.900, -2.700, 0.000, 255, 0, 0, 255, 255 )
setVehicleSirens(auto1, 4, 0.900, -2.700, 0.000, 255, 0, 0, 255, 255 )
setVehicleSirens(auto1, 5, -0.600, -0.350, 0.930, 255, 0, 0, 255, 255 )
setVehicleSirens(auto1, 6, 0.600, -0.350, 0.930, 0, 0, 255, 255, 255 )
setVehicleColor( auto1, 0, 0, 0, 255,255,255, 255,255,255 ,255,255,255 )
setElementData(auto1,"Posiada-Reczny",true)
setElementFrozen (auto1, true )
local auto2 =... |