Rugz007 32 Posted May 13, 2015 Any idea of checkpoints? And bodyguard mods are made but I have no idea in c# Quote Share this post Link to post Share on other sites
MrRobinson 11 Posted May 13, 2015 Checkpoint LUA Bodyguard Script Work out how to change that to C# (Pretty easy) Quote Share this post Link to post Share on other sites
Chumillas 1 Posted May 13, 2015 To create checkpoint CREATE_CHECKPOINT(int Type, float x, float y, float z, float x2,float y2, float z2, float radius, int R, int G, int B,int Alpha, int p12) Example: local coords = ENTITY.GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(PLAYER.PLAYER_PED_ID(), 0.0, 0.0, 0.0) GRAPHICS::CREATE_CHECKPOINT( 0, coords.x, coords.y, coords.z, 0, 0, 0, 3, 255, 255, 255, 255, 0); Quote Share this post Link to post Share on other sites