Server Scripting Events: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Needs_Checking|What Datatype is spawnpoint?|[[User:Vandalite|Vandalite]]}
{{Needs_Checking|What Datatype is spawnpoint?|[[User:Vandalite|Vandalite]]}}
{{Needs_Checking|What Datatype is vehiclespawnpoint?|[[User:Vandalite|Vandalite]]}
{{Needs_Checking|What Datatype is vehiclespawnpoint?|[[User:Vandalite|Vandalite]]}}


This is a list of scripting events that currently exist. More will come soon.
This is a list of scripting events that currently exist. More will come soon.

Revision as of 00:05, 25 March 2006

Dialog-information.png This article needs checking.

Reason(s): What Datatype is spawnpoint?
Dialog-information.png This article needs checking.

Reason(s): What Datatype is vehiclespawnpoint?

This is a list of scripting events that currently exist. More will come soon.

onLoad ()

onPlayerChat ( player player, string message )

onPlayerJoin ( player player )

onPlayerPm ( player sourceplayer, player destplayer, string message )

onPlayerQuit ( player player)

onPlayerSpawn ( player player, spawnpoint )

onPlayerWasted ( player player)

onEnterVehicle ( player player, vehicle vehicle, int seat, player jackedplayer )

onExitVehicle ( player player, vehicle vehicle, int seat, player jackingplayer )

onVehicleSpawn ( vehicle vehicle, vehiclespawnpoint )

onPickupHit ( player player, pickup pickup )

onPickupAdd ( pickup pickup )

onMapLoad ( string mapname, xmlnode xmlroot )