Jump to content

5150

Members
  • Posts

    352
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by 5150

  1. 5150

    How to map water?

    how about five years later? lol. got any time now?
  2. it says "by acl group", but that means who has access to the terminals (computers) that you placed. it has nothing to do with having access to the panel
  3. lol youre everywhere..... here is the resource https://community.multitheftauto.com/index.php?p=resources&s=details&id=1299
  4. yo remi, how can i add custom car paintjobs? i have a toyota supra, modded as a premier and i have the 4 txd files, a dff file, then a bunch of dff files for car parts... i only loaded the main dff and the 4 txds, and none of the paintjobs work on the car. here is the link to the car if you want to see or anything. thanks for your help http://www.gtaall.com/gta-san-andreas/c ... anted.html
  5. i feel like this should either be in another section, or its ACL or something.... could someone tell me how to make the CCTV resource work ONLY for admins and supermods?
  6. no guys i mean, when i restart the server, all teams are deleted from my server. like, i have the staff team, then restart and staff team is deleted
  7. i have this but it doesnt save when y server restarts. maybe i did something wrong?
  8. how can i save the teams when i restart my server? is there a certain script? also, how can i save player money on server restart? its kind of important for my server
  9. while i have you here, this is correct? it is suppost to dissallow the default command: /ss (setskin) but keep the skin GUI: local AllowedGroups = { "Admin", "SuperModerator", "Moderator" } addEventHandler("onPlayerCommand", root, function(cmd) if cmd == "ss" then local account = getPlayerAccount(source) local hasPermission if account and not isGuestAccount(account) then local accName = getAccountName(account) for _, groupName in ipairs(AllowedGroups) do local group = aclGetGroup(groupName) if group then if isObjectInACLGroup("user."..accName, group) then hasPermission = true break end end end end if not hasPermission then cancelEvent() end end end)
  10. ok man. thanks so much! the forum always helps
  11. yes this works just fine. im not sure what happened, or what i did wrong. now can i just delete the test gate script and add the "ss" script? because thats the important one. or will it mess it up?
  12. it doesnt even load is what im saying. i put all the files into a zip, put the zip into deathmatch/resources, and typed the "refresh" command in console, but when i refresh, it does nothing
  13. nothing. i type refresh and nothing happens. it just shows the word "refresh" typed out, like normal when you type something into console
  14. put in server/mods/deathmatch/resources. when i tested the ss script you guys sent to here, i used the server.lua meta from another self-made resource, also serverside. so i figured it would be fine
  15. i tested with this gate script before the ss script, in case you were wondering how this changed subject lol
  16. heres the script if it helps. just a basic move gate script. and yes tete i made sure of all that local gate = createObject(10841, 82,2059.69999,24.6, 0,0,271.506) function open() moveObject(gate, 8000, 92.4,2061.1,24.6, 0,0,199.506) end addCommandHandler("barriero", open) function close() moveObject(gate, 8000, 82,2059.69999,24.6, 0,0,271.506) end addCommandHandler("barrierc", close)
  17. <meta> <info author="name" name="name" version="version" type="script"/> <script src="server.lua" type="server" /> </meta>
  18. im doing that, but im saying i think im doing something wrong because i make sure everything is named correctly, everything is listed in meta, all the scripts are correct, and everything is in the right place, but it doesnt load into my server when i try to refresh my server
  19. man, i know about making scripts and editing, but i think during me learning sh*t, i skipped over learning how to save scripts from the forum, etc. idk it seems like an easy explanation, but its just going right past me
  20. so basically just create a meta? i have a meta creator
  21. guys im still confused where do i put this script? i know a lot about scripting, but i still dont know where to put the scripts i find on the forum
  22. when i put that in a zip file with the meta, it doesnt load into my server. i named everything correctly, i saved it correctly, etc etc etc but doesnt work
  23. I'm Lua scripter and no more. I don't know how to do it. Therefore, I am looking for someone who knows and can do it. ill do some research and get back to you
  24. explain how to do that and i will do it
×
×
  • Create New...