OnObjectBump

From Vice City Multiplayer
Revision as of 22:11, 30 January 2017 by Thijn (talk | contribs)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

Description

This event is called when the player touches a object!

Syntax

onObjectBump(object,player)

Example

function onObjectBump(object,player) {

  MessagePlayer("You've bumped in to object id: "+object,player)

}

Related Functions