Jump to content

DonPro

Members
  • Posts

    125
  • Joined

  • Last visited

Everything posted by DonPro

  1. function "Hells Angels" friendlyfire="true" > "Hells angels the gang of the best!" /> "255" green="0" blue="0" /> "HA Member" id="116" > "949.9189453125" y=" 1689.8173828125" z="8.851562" rot="199.13847351074" /> "HA Member" id="115" > "949.9189453125" y=" 1689.8173828125" z="8.851562" rot="199.13847351074" /> "HA Member" id="114" > "949.9189453125" y=" 1689.8173828125" z="8.851562" rot="199.13847351074" /> "1" ammo="1" /> "4" ammo="1" /> "24" ammo="100" /> "27" ammo="130" /> "31" ammo="800" /> "1768" y="-1544" z="15" /> "1768" y="-1544" z="15" /> like that? i didnt realy understand what u mean ;S
  2. ok. ill try find out its still not working tho
  3. Hey all. i need help with a ACL gate script today, i know theres some warning/errors of bad arguments and i dont know what thats means! so i wondering if u guys maby can help me to get it to work. local gate = createObject(980, 943.20,1733.29,10.60,0,0,270,) Object-id = id of object for your gate like 10671 local marker = createMarker(945.5,1728.09,7.80, "cylinder", 1.5, 0, 0, 255, 0) - Will create marker you must hit it to open the gate function moveGate(psource) local Deadusergroup = getAccountName(getPlayerAccount(psource)) if isObjectInACLGroup("Hellsangels"..Deadusergroup, aclGetGroup("Dead")) then moveObject(gate, 1000, 943.20,1733.30,5) 0, 6 setTimer(moveBack, 5000, 1) end end addEventHandler("onMarkerHit", marker, moveGate) function moveBack() moveObject(gate, 5000, 943.20,1733.29,10.60) end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), onStartup) Question: when u hosting your own server, is it posible to double the Total players? and last help: how can i get this spawn connected to ACL? "Hells Angels" friendlyfire="true" > "Hells angels the gang of the best!" /> "255" green="0" blue="0" /> "HA Member" id="116" > "949.9189453125" y=" 1689.8173828125" z="8.851562" rot="199.13847351074" /> "HA Member" id="115" > "949.9189453125" y=" 1689.8173828125" z="8.851562" rot="199.13847351074" /> "HA Member" id="114" > "949.9189453125" y=" 1689.8173828125" z="8.851562" rot="199.13847351074" />
  4. ok i get it work and both seems to work but not working right. im transporting from the base to the interior and i try hit it aigen and its just send min back to interior aigen!
  5. i get an error on these two ;S setElementInterior(marker2, INTERIOR HERE) setElementDimension(marker2, DIMENSION HERE)
  6. something like this? local marker = createMarker(1114.09,1351.40,11.69, "arrow", 1.5, 239, 213, 0) addEventHandler("onMarkerHit", marker, function (player) setElementPosition(player, 1120.90,1365.80,-23.10) setElementInterior(player, 0) -- change number to the house number ! end ) local marker = createMarker(1120.90,1365.80,-23.10, "arrow", 1.5, 239, 213, 0) addEventHandler("onMarkerHit", marker, function (player) setElementPosition(player, 1114.09,1351.40,11.69) setElementInterior(player, 0) -- change number to the house number ! end )
  7. so a morker from the place and one to the place? so that will say i have to make 2 script like i have done? hehe
  8. Hi all. so i have tryed all this day figger out how to get this marker to the interior to work. i get in the interior but i cant get out aigen, so im stuck in the interior. ehm i have tryed make 2 scripts to the same interior too one in to the interior and one out but that was not any sucsess! so im not asking for help aigen! thanks local marker = createMarker(1114.09,1351.40,11.69, "arrow", 1.5, 239, 213, 0) addEventHandler("onMarkerHit", marker, function (player) setElementPosition(player, 1120.90,1365.80,-23.10) setElementInterior(player, 0) -- change number to the house number ! end )
  9. Hey guys my name is mark. im an active SAES rpg player and im also like to make maps but i dont know what to make or where to make. i want to create maps on a server to someone who needs it. so then i ask someone of u guys. who needs a mapper? if u wanna know more about me then just ask me!
  10. im learning much dude, they tell me what to do and i try figger out by my self how to do it. but i have read some about scripting to! thanks to you all!
  11. no create marker is down in the base not in the interior? hmm i dont know the problem in it ;S
  12. i hit the marker and i end up in the place i want to (Place = interior) but when i try hit the marker in the interior i cant get back to the base aigen!
  13. a last problem! hehe im now making this interior and it works when i hit the marker FROM the base to the interior but not back! so yeah local marker = createMarker(2715.19,-2537.69,14.5, "arrow", 1, 239, 213, 0) addEventHandler("onMarkerHit", marker, function (player) setElementPosition(player, 2541.7,-1304.01,1024.07) setElementInterior(player, 2) -- change number to the house number ! end )
  14. or forget it i was stupid.. haha i was restart the wrong file and write in wrong LUA! haha so i see now its working i find out how! thanks anyway! ^^
  15. okay i got it to work now! and im on my another gate now.. and how can change rotation on the gate? ^^ i tryet write (0,0,90) back of the location! but that didnt work
  16. Hmm no error ;S i made a Map in this Resource folder and puted in this map with the script in. OH OH OH! now i know the problem! last time i had a META also! so this is the LUA right? Dude do you know scripting at all? you need to place a code into the meta and load it, just start reading imo.. https://wiki.multitheftauto.com/wiki/Sc ... troduction the only problem i got now is that... the "GATE" wont show ingame i have started it and all running fine but it wont show ingame so yeah maby i should change object or something? or any problems?
  17. Hmm no error ;S i made a Map in this Resource folder and puted in this map with the script in. OH OH OH! now i know the problem! last time i had a META also! so this is the LUA right? Dude do you know scripting at all? you need to place a code into the meta and load it, just start reading imo.. https://wiki.multitheftauto.com/wiki/Sc ... troduction i have done some scripts before but i dont remember some about it
  18. Still not working i tryed to change some shit to but yeah not working the Meta and Lua file is no errors and no errors in the files
  19. Hmm no error ;S i made a Map in this Resource folder and puted in this map with the script in. OH OH OH! now i know the problem! last time i had a META also! so this is the LUA right?
  20. lol it wont work local marker = createMarker(2774.3999023438,-2418.1000976563,12.300000190735, "cylinder", 7, 0, 0, 255, 0) local object = createObject(10182, 2774.1999511719,-2417.8999023438,14.39999961853) addEventHandler("onMarkerHit", marker, function () moveObject(object, 2000, 2774.1999511719,-2417.8999023438,16.89999961853) end ) addEventHandler("onMarkerLeave", marker, function () moveObject(object, 2000, 2774.1999511719,-2417.8999023438,14.39999961853,) -- move the gate back ! end )
  21. Alraight thanksbro! i will try! ^^
  22. Bro last time i did this i had a bigger script for the moving gate! can you show me a bigger and where i can place the (location) of the gate and the interior marker in another script? pleas
  23. Hey people. im up for make maps and maby a server and need help to make a Moving gate, and a marker to transport from outside the house and into the house (building) can anyone maby make one for me and tell me what to put into it? i need it realy fast.
×
×
  • Create New...