Jump to content

joedajoester

Members
  • Posts

    256
  • Joined

  • Last visited

Everything posted by joedajoester

  1. It works now thank you soo much i gotta put the mose over the icons on the botton and scroll up or down and it switches
  2. Im using it on my lan server. Not map editor from there
  3. i should restart server? and try again and should zombies be running when i start editor? Can you please help me with this? I did everything exactly as you said i started server and i logged in and started editor. i loaded zombies definition and restarted editor_gui. i unloaded zombies definition and loaded it again. the icon didnt appear
  4. i load zombies detentions zombies. i restart editor_gui. i open definitions and zombies is still loaded so i remove and add again. The icon doesnt appear
  5. In the zombie script by slothman the icon doesnt appear to add a zombie spawnpoint in map editor. I added the definition and nothing.
  6. Im asking if that's for killing players but I don't need that. Thank you for your help and sorry I'm really tired So I use the meta to change to spawn mode 2 and place were I want them to spawn on map editor and I script the col zone so they die when they walk put and I make a edited map. Thank you soo much!!!!
  7. ok so a player would be killplayer? And sorry I'm really tired
  8. Ok thank you and is zday zombies would killed work? Or won't it kill any player who leave the col zone?
  9. That's what I was thinking but I don't know how the scripting for that would go but isn't there a killped function?
  10. Isn't there something where they die when they walk somewhere? With the spawnpoints that won't stop them from wondering on other parts of the map will it? Like of a player walks away and a zombie follows
  11. joedajoester

    Zombies

    For zday script how would I make it run with play with the normal map? Also have them spawn in a selected location on the map only like in the desert? Also how would I edit the map in f1 and f11?
  12. Ok thank you sooo much!! So myguibutton should be named what the GUI button has written inside it?
  13. Ok for making a gui how would i do this? I just need a window that pops up on client connect showing the rules and then a button they click that says accept. Please help
  14. Hi for GUI editor how would I go about in making a button perform a function like exit the window when clicked? I haven't tried GUI editor yet but I just wanna know so when I approach it tomorrow I know how to do it thanks in advance
  15. col = createColCircle (-1851, -3112.1000976563, 47, 0.1) lift = createObject (3095, -1851, -3112.1000976563, 51.700000762939, 0, 0, 228.49365234375) function open(player) local acc = getAccountName(getPlayerAccount(player)) if acc then if isObjectInACLGroup("user." .. acc, aclGetGroup("Admin")) then moveObject(lift, 4000, -1851, -3112.1000976563, 38.900001525879) end end end
  16. Which would be right? local acc = getAccountName(getPlayerAccount(player)) if acc then if isObjectInACLGroup("user." .. acc, aclGetGroup("Admin")) then local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ( "user." .. accName, aclGetGroup ( "Admin" ) ) then Does it matter what the function is, and it has to be the same as the other parts of the script???
  17. Im just asking if the way the else and other stuff, is it placed correctly. Im not worrying about if the if isobjectinaclgroup is typed correctly, im asking if the way the else and ends are placed correctly.
  18. joedajoester

    help

    Hi i have a question, for scripting would this be right for using something like this.... function ( thePlayer ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then givePedJetPack ( thePlayer ) else removePedJetPack ( thePlayer ) end end I used this wiki page example 1 Thanks Also im on vacation so i have been inactive for a while and i missed the mta 1.2 beta test saturday and i didnt even get to try out mta 1.2!! I missed so much back home like the north Korea dictators death and mta 1.2
  19. I can vote about anything like this: /vote should i give everyone $5 im gonna try it..
  20. joedajoester

    vote

    Is there a script that you can do a poll or vote about anything?
  21. I know that. But for rotation it adds and subtracts the rotation so if someone leaves the col zone the gate glitches and opens more than it should.
  22. joedajoester

    help

    How would i make a gate rotate? Like open upwards, basically make it rotate. What function is it. Thanks
×
×
  • Create New...