Mike269 Posted March 23, 2015 Posted March 23, 2015 Hello guys I would like to know how can I make a zone that zombies can't enter, like they die when they try to enter, colored zone or somethin.. + I really need level system connected with zombies and cool zombies If anyone know some zombie scripts please share them with me, because I'm making Zombie RPG server, thanks!
Enargy, Posted March 23, 2015 Posted March 23, 2015 Hello guys I would like to know how can I make a zone that zombies can't enter, like they die when they try to enter, colored zone or somethin..+ I really need level system connected with zombies and cool zombies If anyone know some zombie scripts please share them with me, because I'm making Zombie RPG server, thanks! You can use this: setElementData createRadarArea createColRectangle onColShapeHit/onColShapeLeave -- Events I found a level system that might be good for you: https://community.multitheftauto.com/in ... ls&id=8663 - Inactivo.
Mike269 Posted March 23, 2015 Author Posted March 23, 2015 well you gave me the code how I can start a script but there's a problem that I cannot script and thanks for level system
Mike269 Posted March 23, 2015 Author Posted March 23, 2015 well this level system is compilled and that what's wrong , I want to edit it
Enargy, Posted March 23, 2015 Posted March 23, 2015 You can do this by setElementData/getElementData. learn about scripting. https://wiki.multitheftauto.com/wiki/Main_Page - Inactivo.
Mike269 Posted March 23, 2015 Author Posted March 23, 2015 But learning will take years for me hahahahaha
FlyingSpoon Posted March 24, 2015 Posted March 24, 2015 Not really, it won't take years, It depends on how active you are and if you believe in yourself and say to yourself that you can do it. Than it'll take you less than a year ! : ) GitHub: https://github.com/flyingspoon YouTube: https://www.youtube.com/channel/UClsnd4SEid3gob33DSk1-GQ
xeon17 Posted March 24, 2015 Posted March 24, 2015 Not really, it won't take years,It depends on how active you are and if you believe in yourself and say to yourself that you can do it. Than it'll take you less than a year ! : ) In my opinion learning scripting and Lua is pretty easy but depends how you learn and do you realy want it. I saw a lot peoples asking for help in scripting forum but the only thing they want is that someone do all the work for them and after a year they didn't learned anything that's bad. A unique GangWar gamemode waiting for you!Click here for more information.
[PXG]Blue Posted March 24, 2015 Posted March 24, 2015 taken from my save zone script ( near the 0 coordinate ) only works if the script spawns "peds" ( wich is most likely ) safearea = createColRectangle( 1.9072265625, 0.46875, 50, 100 ) safezone = createRadarArea( 2.43359375, 1.63671875, 50, 100, 0, 255, 0, 255, root ) function savezoneenter( thePlayer, matchingDimension ) if(getElementType(thePlayer) == "ped") then killPed( thePlayer ) end end addEventHandler ( "onColShapeHit", safearea, savezoneenter ) ( Renamed from BeaTzZ to [PXG]Blue ) Looking for a Scripter that can make you free / Paid Scripts with a negotiable price? Look no further! add me on skype: phoenix_beatzz My GitHub
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now