OnObjectBump

From Vice City Multiplayer
Revision as of 08:43, 17 November 2016 by Kewun (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

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