PowerupManager: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (Seems to be a resource and not a module)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Outdated|}}
The [[PowerupManager|powerupManager]] library was created to ease the use of advanced, more custom pickups (powerups).  
The [[PowerupManager|powerupManager]] library was created to ease the use of advanced, more custom pickups (powerups).  


Line 5: Line 7:
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 triggering such a powerup gives a random advantage based on current modelID), ...
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 triggering such a powerup gives a random advantage based on current modelID), ...


Also since it allows you to set a custom colShape, you can use it to create tripmines, ...
=Used by=
=Exported scripting functions=
=Exported scripting functions=
==Server==
==Server==
Line 10: Line 14:
==Client==
==Client==
{{PowerupManager/ExportedClientFunctions}}
{{PowerupManager/ExportedClientFunctions}}
=Events=
Events prefixed with pum are ceated for internal usage only. You still can hook them, but we suggest you don't.
==Server==
{{PowerupManager/ServerEvents}}
==Client==
{{PowerupManager/ClientEvents}}
[[ru:PowerupManager]]

Latest revision as of 13:31, 12 May 2013

Dialog-information.png This article is (partially) outdated and the information may no longer apply.

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 triggering such a powerup gives a random advantage based on current modelID), ...

Also since it allows you to set a custom colShape, you can use it to create tripmines, ...

Used by

Exported scripting functions

Server

Client

Events

Events prefixed with pum are ceated for internal usage only. You still can hook them, but we suggest you don't.

Server

Client