onObjectBump

Started by MEGAMIND, Jul 25, 2018, 07:28 AM

Previous topic - Next topic

MEGAMIND

umm this doesnt work
fobject <- CreateObject(353, 1, -1709.27, -268.655, 14.8683,255);
fobject.TrackingBumps = true;

function onObjectBump( object, player )
{
MessagePlayer("You've bumped in to object id: "+object,player);
}

MEGAMIND


rww

function onServerStart()
{
fobject <- CreateObject(353,0,-388.455,-290.177,22.0182,255);
fobject.TrackingBumps = true;
}

function onObjectBump( object, player )
{
MessagePlayer("You've bumped in to object id: "+object,player);
}

Join to Irrelevant Club Discord: https://discord.gg/MsPPZ5uV4X

MEGAMIND

it seems to be ok but its not working in my server, no errors no nothing