Author Topic: how do i change the max amount of events for a gamemode  (Read 1332 times)

im modifying felipe's murder gamemode, and i added a map
i did abit of eventing on the map, map in question being beta city
i made it so that the window washing elevator crashes to the floor when shot, but it says it has too much events
/title
how 2?

increase schedule limit in advanced


You have to select Custom gamemode to see the advanced options before starting the server.

You have to select Custom gamemode to see the advanced options before starting the server.
no but kyanude, it needs me to run it from the gamemode to work, i cant use the custom

no but kyanude, it needs me to run it from the gamemode to work, i cant use the custom
You have to edit the gamemode.txt in the gamemode add-on and at the bottom add:
$Server::Quota::Schedules 1000

replace 1000 with the number if event schedules you want to max