Marker::Marker
Function: Create a marker
Parameters
- type: Int
- position: Vector3
- scale: Float
- direction: Vector3
- rotation: Vector3
- color: [Int, Int, Int, Int] [0:255]
- visible: Boolean
- dimension: Int
Syntax
Shared
mp.markers.new(type, position, scale,
{
direction: direction,
rotation: rotation,
color: color,
visible: visible,
dimension: dimension
});


































