Daeron Posted April 1, 2012 Posted April 1, 2012 How can i put it like , next map doesn't start till everyone is dead ... right now when there are 2 players , 1 dies , next map starts , but how can i put it like next map wont start till the 2nd player is dead too?
0 Jaysds1 Posted April 1, 2012 Posted April 1, 2012 like What resource do you use to start the map, or vote for the next map?
0 Daeron Posted April 1, 2012 Author Posted April 1, 2012 where i got it ? it was in MTA folder when i downloaded MTA 1.3 lol
0 Jaysds1 Posted April 1, 2012 Posted April 1, 2012 If your using Mapcycler to cycle through your maps then here's some details: https://wiki.multitheftauto.com/wiki/Resource:Mapcycler
0 Daeron Posted April 1, 2012 Author Posted April 1, 2012 that didnt help , how can i put it so next map doesnt start till everyone dead??
0 Jaysds1 Posted April 1, 2012 Posted April 1, 2012 What other resources are you using? Something has to trigger the mapcycler to the next map.
0 Daeron Posted April 1, 2012 Author Posted April 1, 2012 im using the resources which came with MTA , i only added antiafk , modloader and FPS in Scoreboard
0 Jaysds1 Posted April 1, 2012 Posted April 1, 2012 ok, create a file in the mapcycler folder and call it script.lua and add this to it: addEventHandler("onPlayerWasted",root,function() if(getAlivePlayers()==1)then triggerEvent("onRoundFinished",resourceRoot) end end)
0 Daeron Posted April 7, 2012 Author Posted April 7, 2012 C'mon??? does anyone know how to do this ??? i need it for my server
0 Jaysds1 Posted April 7, 2012 Posted April 7, 2012 Didn't work , any other ideas? Did you add the file in the meta.xml: <script src="script.lua" type="server" />
0 Jaysds1 Posted April 7, 2012 Posted April 7, 2012 yes i did that , doesnt work Can you post a screenshot of your mapcycler folder.
0 Daeron Posted April 7, 2012 Author Posted April 7, 2012 http://imageshack.us/photo/my-images/268/mapcycler.jpg/
0 Daeron Posted April 8, 2012 Author Posted April 8, 2012 what ? lol ? i dont have my own map , i want this for my server , not map
0 Jaysds1 Posted April 8, 2012 Posted April 8, 2012 what ? lol ? i dont have my own map , i want this for my server , not map So, the next map starts when there's 2 players left??? It's either a script of the gamemode it's self.
0 Daeron Posted April 8, 2012 Author Posted April 8, 2012 next map start when 1 player is alive and still driving -.- i want to put it like next map doesnt start till every player is dead
Question
Daeron
How can i put it like , next map doesn't start till everyone is dead ...
right now when there are 2 players , 1 dies , next map starts , but how can i put it like next map wont start till the 2nd player is dead too?
39 answers to this question
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