en:suckerserv:events
no way to compare when less than two revisions
Différences
Ci-dessous, les différences entre deux révisions de la page.
| — | en:suckerserv:events [2011/06/23 20:44] (Version actuelle) – created piernov | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== Events ====== | ||
| + | ===== Server Events ===== | ||
| + | ^ Name and Parameters | ||
| + | | started() | ||
| + | | shutdown(type) | ||
| + | | shutdown_scripting() | | | ||
| + | | reloadhopmod() | ||
| + | | maintenance() | ||
| + | ===== Game Events ===== | ||
| + | |||
| + | ^ Name and Parameters | ||
| + | | intermission() | ||
| + | | finishedgame() | ||
| + | | timeupdate(minsleft) | ||
| + | | setnextgame() | ||
| + | | mapchange(map, | ||
| + | | gamepaused() | ||
| + | | gameresumed() | ||
| + | | votepassed(map, | ||
| + | | beginrecord(id, | ||
| + | | endrecord(id, | ||
| + | |||
| + | ==== Bot-specific Events ==== | ||
| + | |||
| + | ^ Name and Parameters | ||
| + | | addbot(admin, | ||
| + | | delbot(admin) | ||
| + | | botleft(cn) | ||
| + | |||
| + | ===== Player Events ===== | ||
| + | |||
| + | ^ Name and Parameters ^ Description ^ | ||
| + | | connect(cn) | New client has connected| | ||
| + | | disconnect(cn) | Client has disconnected.| | ||
| + | | failedconnect(ip, | ||
| + | | kick(cn, bantime, admin, reason) | Player has been kicked.| | ||
| + | | active(cn) | Player is active in the game (sending position packets). Signalled once per game.| | ||
| + | | rename(cn, oldname, newname) | Player has renamed.| | ||
| + | | reteam(cn, oldteam, newteam) | Player has changed team.| | ||
| + | | chteamrequest(cn, | ||
| + | | text(cn, msg) | Player sent a chat message.| | ||
| + | | sayteam(cn, msg) | Player sent a chat message to his team.| | ||
| + | | spectator(cn, | ||
| + | | mapvote(cn, map, mode) || | ||
| + | | mapcrcfail(cn) | Player has modified map.| | ||
| + | | masterchange(cn, | ||
| + | | setmastermode(cn, | ||
| + | |||
| + | ==== Game-specific Events ==== | ||
| + | |||
| + | ^ Name and Parameters | ||
| + | | shot(cn, gun, hits) | ||
| + | | frag(actor, target) | ||
| + | | teamkill(actor, | ||
| + | | suicide(cn) | ||
| + | | takeflag(cn) | ||
| + | | dropflag(cn) | ||
| + | | scoreflag(cn) | ||
| + | | returnflag(cn) | ||
