Raised This Month: $ Target: $400
 0% 

INFO


Post New Thread Reply   
 
Thread Tools Display Modes
Lihing
Junior Member
Join Date: Oct 2023
Old 01-14-2024 , 20:37   Re: INFO
Reply With Quote #11

Quote:
Originally Posted by Uzviseni Bog View Post
Here you go, send me feedback on whether it functions well.

Attachment 202828
Attachment 202829

Excuse me
Can the server FPS display be added after the time?
Lihing is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 01-14-2024 , 20:58   Re: INFO
Reply With Quote #12

are cvar of the client-side the one shown
__________________
mlibre is offline
Lihing
Junior Member
Join Date: Oct 2023
Old 01-15-2024 , 00:37   Re: INFO
Reply With Quote #13

Quote:
Originally Posted by mlibre View Post
are cvar of the client-side the one shown
server side
Lihing is offline
sb123
Senior Member
Join Date: Jan 2007
Old 01-16-2024 , 01:32   Re: INFO
Reply With Quote #14

Quote:
Originally Posted by Lihing View Post
server side
Add FPS display code

Code:
// fps = 1 / frametime
new Float:frametime
global_get(glb_frametime, frametime)
new fps = floatround(1/frametime)
Then add the FPS where you need to add it
example:
Code:
client_print_color(id,id,"^4Server running status:^1^3%d/fps", fps)
__________________
sb123 is offline
Send a message via ICQ to sb123 Send a message via MSN to sb123 Send a message via Yahoo to sb123
Reply



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 22:03.


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