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);
}
*bump*
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);
}
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Foi67.tinypic.com%2F2i9gls3.jpg&hash=0643a3923b7d938471369782bbb20b25c7c848d2)
it seems to be ok but its not working in my server, no errors no nothing