The project is an improved "model" of freesampscripts
native CreatePlayerCircleProgress(playerid, Float:pos_x, Float:pos_y, color = 0xFFFFFFFF, background_color = 0x181818FF, Float:size = 10.0, Float:thickness = 0.2, Float:polygons = DEFAULT_CIRCLE_POLYGONS);
native UpdatePlayerCircleProgress(playerid, drawId, value);
native DestroyPlayerCircleProgress(playerid, drawId);
native DestroyPlayerCircleProgressAll(playerid);- Circles are created individually, allowing up to 40 progress indicators
- Added new native functions
- freesampscripts - Create source code
- Diogo "blueN" - Recreate code with new natives and update functions
