Category:

Game Mods - Mattie Event Scripts

Mattie's Event Scripts Mod

This is another mod that I personally consider essential for any game server. If you have ever wanted something for your server but there hasnt been a mod available for it, or you want a way to manage users on the server in a different way, Matties Event scripts is your answer.

With a very simple script you can easily increase the functionality of your game server in ways you normally wouldn't consider possible.

 




The mod works on the basis of events. Events happen continously, with dozens triggered every second.

For example in this example 'Hello World' script, the server will message everyone saying 'Hello World!' whenever a player jumps.

 

// My first script!
event player_jump
{
es_msg Hello World! event_var(es_username) is jumping.
}

 

The complexity of scripts made with event scripts is not limited to just simple messaging, some of the most popular examples of game scenarios are in fact created with Mattie's Event Script. Gungame, Zombie Mod, Zombie Horde, Death Match, all of which have been created in many different versions of an event script.

 

If you want to install this for your server you can visit the Mattie Event page here





Execution Time: 0.19 seconds