Jump to content

MannPro

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by MannPro

  1. Super!
  2. You must add them in the teams list. Use your admin panel for that.
  3. Nice Mate!
  4. This thing is perfect go for it
  5. MannPro

    Government

    Nice idea!
  6. MannPro

    Government

    Is it necessary to create a marker at gate? It would be better without it
  7. MannPro

    Government

    Can you give the full code as how to make a gate working?
  8. MannPro

    Government

    Can you give me full code? Like this? function aclGetGroup ("Government",player) if isObjectInACLGroup(player, aclGetGroup("Government")) then
  9. If you are modifying the acl.xml directly, you have to shutdown the server first. Then add your resource into the Admin group and then start the server again. Purely Wow citizen
  10. MannPro

    Government

    Hey guys, I made a group of government in acl. How can i check if they are in government on startup? And i made a base how can i make a gate which only opens when a guy of government goes near it and closes automatically? Thanks...
  11. Error FIXED Thanks
  12. It still exists i edited my post see it
  13. Oh yea i haven't added it in admin group will do it. Thanks Edit: there the problem still exists the name is login-system So i typed in admin group: No change in the prob
  14. Hi guys , I have a login -system. There it isn't allowed to create account like this [2014-06-11 02:11:57] WARNING: login-system\server.lua:26: Access denied @ 'addAccount' Anyone help?
  15. Bad thing to post this here. This isn't the place for recruiting scripters
  16. MannPro

    Command Help

    addEventHandler ( "onClientGUIClick", jobButton, closePanel, false ) It shows incomplete (got boolean)Nil
  17. MannPro

    Command Help

    Thanks
  18. MannPro

    Help me!

    Can use explain it properly?
  19. What if you don't get any donations? One shot one kill!
  20. Nice work bro! Go go make it!
  21. MannPro

    Command Help

    Anyone?
  22. MannPro

    Command Help

    And is there any flaw in the script? eh? Plizz inform me if any
  23. MannPro

    Command Help

    Well my whole Gui is here -> GUIEditor = { button = {}, window = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(344, 146, 342, 458, "Pizza Job", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.memo[1] = guiCreateMemo(16, 30, 312, 384, "Here is the basic Info about Pizza! ->\n\nCurrent Job Head -> Mann\n\n------------ Finding The Job ------------\n\n - To find the pizza job see the Pizza Icon on the . map(F11). \n\n------------ Doing The Job -------------\n\n - You will get a Faggio and must deliver the pizza at the Green Marker on the Map(F11). \n\n - On Delivery you will get your salary! \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" /> \n\n------------ Others ------------\n\n - For more Information you can contanct our staff online!\n\n - You can also contanct the Job Head!", false, GUIEditor.window[1]) guiMemoSetReadOnly(GUIEditor.memo[1], true) GUIEditor.button[1] = guiCreateButton(211, 423, 117, 20, "Close", false, GUIEditor.window[1]) addEventHandler("onClientGuiClick", GUIEditor.button[1], closePanel, false) end ) addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function () createGUIEditor.window[1] () guiSetVisible(GUIEditor.window[1], false) showCursor(false,false) end ) function closePanel (button, state) if button == "left" and state == "up" then guiSetVisible(GUIEditor.window[1], false) showCursor(false,false) end end local Window = Window Name local Key = "F2" guiSetVisible(Window,false) addCommandHandler ( 'pizza', root, function () guiSetVisible (GUIEditor_Window[1], true) showCursor ( true ) end ) This is my whole script of Gui and your command doesn't work
  24. MannPro

    Command Help

    I added a button to close the guide so I think pizza close command isn't necessary. And is there anything else except making the guide and this command ? I don't know as this is my first guide panel ever c: so, is there any thing else? And thank you very much c:
  25. MannPro

    Command Help

    Thanks and I want the command/code to be /pizza
×
×
  • Create New...