OnObjectBump: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "<code> function onObjectBump(object,player) { MessagePlayer("You've bumped in to object id: "+object,player) } </code> This example will message player when he touches a o...")
(No difference)

Revision as of 08:43, 17 November 2016

function onObjectBump(object,player) {

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

}

This example will message player when he touches a object.TrackingBumps