Jump to content

put race map


TroyBoy

Recommended Posts

Only delete other maps lol

Or create a script that restarts the map when the map stops like:

addEventHandler('onGamemodeMapStop',root, 
        function() 
                startResource("yourMapResourceName") -- not the map name, the folder/zip name of your map 
                outputChatBox("Playing "-----Your map name"------"!",root,255,255,255,true) 
        end 
) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...