I want to make a Sphere can any one give me guide line? so please help
i have one example
function onSphereEntered( player, sphere )
{
if( sphere.ID == 1 ) // what id you want to add
{
MessagePlayer("You've be enter in house", player);
}
}
wiki.vc-mp.org
@Xmair Like This?
CreateSphere( player, player.World, player.Pos, RGB(255, 0, 255), 2);