Raised This Month: $ Target: $400
 0% 

FPS Limiter v0.5


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
bigdaddy424
Senior Member
Join Date: Oct 2021
Location: Jupiter
Old 12-21-2021 , 22:21   Re: FPS Limiter v0.5
Reply With Quote #31

Great plugin,
Could you add a native to get current fps for an index?

Code:
native get_user_fps(id) public slash_fps(id){     new iMenu = menu_create("FPS Counter", "menu_handler")     for(new i = 1; i <= sizeof(MAX_PLAYERS); i++){         if (is_user_connected(id))             menu_additem(iMenu, fmt("(%d) %n", get_user_fps(i), i));     }     menu_display(id, iMenu)     return PLUGIN_HANDLED } public menu_handler(id, iMenu, iItem)     menu_destroy(iMenu)
bigdaddy424 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode