natives.drawCheckpoint: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 17: Line 17:
|return1 = void
|return1 = void
|exampleJS =  
|exampleJS =  
const pos = new Vec3(100.0, 200.0, 20.0);
addEventHandler("OnDrawnHUD", () => {
natives.drawCheckpoint(pos, 3.0, 255, 0, 0, 200);
natives.drawCheckpoint(new Vec3(910.94, -506.06, 15.04), 3.0, 0, 255, 0);
});
}}
}}
62

edits