Jump to content

DzMG-LV

Members
  • Posts

    58
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DzMG-LV's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. DzMG-LV

    Miner job.

    Hey, yea i have idea to make it bit different, work is in progress and if everything will work, i will post some screens
  2. DzMG-LV

    Miner job.

    Hey, today i watched SeeMTA video, their Miner job. Can you guys help me to create something similiar to this? What functions should i use?
  3. With shaders it's possible to create clothes to every character?
  4. DzMG-LV

    GTA V on MTA?

    Hey, i just want to ask if it's planned to create the GTA V on MTA?
  5. Thanks, works perfect.
  6. Hey, how to make if number is from -> to then Example: 3-5 then my code.
  7. Try this(Idk if it works): addEventHandler("onPlayerJoin", resourceRoot, function() loadFactions() for i,v in ipairs(getElementsByType("player")) do bindf1() setTimer(bindf1, 3500, 1) end end )
  8. Okey new problem, when i open that ramp it opens only for player who use's cmd /rampdown, only he can see when its open.
  9. Hmm nope it isnt that what i need. Heres my script: Client addEvent( "rampdown", true ) addEventHandler( "rampdown", localPlayer, function ( theVeh ) setTimer( function() theVeh = getPedOccupiedVehicle(localPlayer) x, y, z = getVehicleComponentPosition( theVeh, "boot_dummy") rx, ry, rz = getVehicleComponentRotation(theVeh, "boot_dummy" ) --setVehicleComponentPosition( theVeh, "boot_dummy", x, y, z+0.1 ) setVehicleComponentRotation(theVeh, "boot_dummy", rx-0.8, 0, 0 ) end, 50, 113) end ) Server: addCommandHandler("rampdown", function ( thePlayer ) if isPedInVehicle ( thePlayer ) then local veh = getPedOccupiedVehicle ( thePlayer ) for i, player in ipairs ( getElementsByType("player") ) do triggerClientEvent ( player, "rampdown", player, veh ) end end end )
  10. Okey but how can i make it, when i use cmd /rampdown it will moves with ramp in same position?
  11. Okey, i've see'n on SeeMTA when them have trucker job, when u can lift up/down truck's ramp. I've made when u can lift up/down ramp with cmd using setVehicleComponentVisible, setVehicleComponentPosition/Rotation, but that ramp, i can't stay on it, it's like a just texture. What would i need to do, to ramp is like object. Heres video:
  12. DzMG-LV

    Objects.

    Is it possible to make when if u drop object on vehicle, its stays there? Example: Flatbed and u have Object-Bed, when u drop it on flatbed it will stay there even u driving.
  13. [quote name=..&G:..] exports['anticheat-system']:changeProtectedElementDataEx(veh, "lights", 0, true) Seems like a Valhalla roleplay script And? Why i can't add new features to it? +its my local server not public.
  14. [quote name=..&G:..] Its not leaked, i used Dynamic_Lighting and Dynamic_Lighting_Vehicles.
  15. I can switch from Tilting down to tilting up, but i can't switch them off. thats my problem Tilting Down: Tilting Up: It needs work like this. First when u press L u have TIlting Down state, when u press again L u have Tilting Up state but when u press third time ur lights switches off, but i cant switch them off.
×
×
  • Create New...