PowerupManager

From Multi Theft Auto: Wiki
Revision as of 23:02, 16 September 2007 by Sinnerg (talk | contribs) (New page: The powerupManager library was created to ease the use of advanced, more custom pickups (powerups). It exists out of server and client scripts to create, handle and destroy custom po...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The powerupManager library was created to ease the use of advanced, more custom pickups (powerups).

It exists out of server and client scripts to create, handle and destroy custom powerup items.

Advanced features contain: custom clientside animations (spin, up-down), custom collision element for triggering, server side triggering (to prevent cheating), change powerup object on the fly (for example to donate the powerup gives a random advantage), ...

Exported scripting functions

Server

Template:PowerupManager/Exported/Functions/ServerSide

Client

Template:PowerupManager/Exported/Functions/ClientSide