Skip to content

nexsen/Circle-Progress-Samp

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Circle Progress

The project is an improved "model" of freesampscripts

βš™οΈ New Natives

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);

🌐 What are the changes?

  • Circles are created individually, allowing up to 40 progress indicators
  • Added new native functions

πŸ“ Credits

  • freesampscripts - Create source code
  • Diogo "blueN" - Recreate code with new natives and update functions

Preview

About

Include that creates circular progress bars for SA:MP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Pawn 100.0%