Jump to content

ivan8065

Members
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ivan8065

  1. addCommandHandler("dvere", function() local vehicle = getPedOccupiedVehicle(localPlayer) if not vehicle then return outputChatBox("ERROR: Musíš sedieť vo vozidle!") end setVehicleComponentPosition(vehicle, "bocne_dvere", 0.1, -1.275, 0) end) addCommandHandler("dvereclose", function() local vehicle = getPedOccupiedVehicle(localPlayer) if not vehicle then return outputChatBox("ERROR: Musíš sedieť vo vozidle!") end setVehicleComponentPosition(vehicle, "bocne_dvere", 0, 0, 0) end)
  2. Hello, I made a script for sliding doors on custom van model through setVehicleComponentPosition but it is only client-side, would be possible to synchronize that with other players please?
  3. Wow, it looks so easy ? I was trying to make working script about hour. I am ashamed, I really am. Thank you very much man.
  4. Hello, I want to make work somehow that when I use command bumpers will disappear. I know I have to use setVehicleComponentVisible but I don´t know how to make it work with command. Could somebody help me please? Thank you.
  5. It works, thank you for help.
  6. Hello, I am working with GUI Editor and after making window with buttons I click RMB, then on Output but nothings happens, I tried version 3.1.3, 3.1.2 and 3.1.1 and everywhere same problem. Can somebody help me with this please? Thank you.
  7. Hello, I need help please. I want to replace Windwood sign with Hollywood Sign, after start of script I see Hollywood sign but behind it I see this maybe is it lighting of Winewood sign. Can you please help me how to delete it or hide it?
  8. I have done that and it's again clear
  9. <group name="Console"> <acl name="Moderator"></acl> <acl name="SuperModerator"></acl> <acl name="Admin"></acl> <acl name="RPC"></acl> <object name="user.Console"></object> <object name="user.admin"></object> Yes I saved it. I added user.admin but after reštarte is not there.
  10. Hello. I am making server for Multi Theft Auto. I wanted to add user for admin group so I do it but after restart of server it is not here. Can you help me please? Thanks
  11. Hello all. Can you help me please? I am creating roleplay server with my friend. I am using modloader but doesn´t load police cars just FBI Rancher can you help me please?
×
×
  • Create New...