OnObjectBump

From Vice City Multiplayer
Revision as of 12:41, 19 November 2016 by NicusorN5 (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)

}