Raised This Month: $12 Target: $400
 3% 

Player Stats Display


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Statistical       
Charming
BANNED
Join Date: Nov 2005
Location: Canada
Old 12-22-2005 , 02:26   Player Stats Display
Reply With Quote #1

Player Stats Display

Displays
Nickname

Currentime

Deaths

Kills

Ping

Loss


Some Credit Goes To: Ghw_Chronic
Attached Files
File Type: sma Get Plugin or Get Source (displaystats.sma - 1149 views - 756 Bytes)
Charming is offline
Send a message via ICQ to Charming Send a message via AIM to Charming Send a message via MSN to Charming Send a message via Yahoo to Charming
Sir Apocalypse
Member
Join Date: Jul 2005
Location: Finland
Old 12-22-2005 , 02:48  
Reply With Quote #2

Pretty useless, but still usefull.
: D
__________________
[img]http://img56.**************/img56/864/sirapocalypse1yh.gif[/img]
Sir Apocalypse is offline
Send a message via MSN to Sir Apocalypse
Charming
BANNED
Join Date: Nov 2005
Location: Canada
Old 12-22-2005 , 04:49  
Reply With Quote #3

ima add more just havent got around to it ^_~ and its very usefull for TS.
Charming is offline
Send a message via ICQ to Charming Send a message via AIM to Charming Send a message via MSN to Charming Send a message via Yahoo to Charming
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 12-22-2005 , 21:29  
Reply With Quote #4

Quote:
Originally Posted by Sir Apocalypse
Pretty useless, but still usefull.
: D
Oximoron?

Got any screenies of the display?
__________________
bmann_420 is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 12-22-2005 , 21:55  
Reply With Quote #5

Little redundant, http://forums.alliedmods.net/showthread.php?t=18237

But decent. You can also just hit tab

Karma++

EDIT: Hmm after looking at it, there's no even a plugin_init... looks like this wouldn't work.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Charming
BANNED
Join Date: Nov 2005
Location: Canada
Old 12-22-2005 , 22:36  
Reply With Quote #6

stupid me , Fixed.
Charming is offline
Send a message via ICQ to Charming Send a message via AIM to Charming Send a message via MSN to Charming Send a message via Yahoo to Charming
Charming
BANNED
Join Date: Nov 2005
Location: Canada
Old 12-23-2005 , 06:47  
Reply With Quote #7

oh and yes ill put a pic up
Charming is offline
Send a message via ICQ to Charming Send a message via AIM to Charming Send a message via MSN to Charming Send a message via Yahoo to Charming
Cheap_Suit
Veteran Member
Join Date: May 2004
Old 12-23-2005 , 07:36  
Reply With Quote #8

This here is the complete fix for this plugin.
Client command: say /stats = show your stats for 6 seconds.

Code:
#include <amxmodx> #include <amxmisc> #define PLUGIN "Display Stats" #define VERSION "1.5" #define AUTHOR "Charming" public plugin_init() {     register_plugin("displaystats", "1.5", "charming")     register_clcmd("say /stats", "display") }     public display(id) {     new Frags = get_user_frags(id)     new Deaths = get_user_deaths(id)     new Nickname[256]     get_user_name(id, Nickname, 255)     new ping,loss     get_user_ping(id, ping, loss)     new CurrentTime[9]     get_time("%H:%M:%S", CurrentTime, 8)     new Showmsg[256]     new len = format(Showmsg, 255, "STATS^n")     len += format(Showmsg[len], 255-len, ">> Nickname: %s^n", Nickname)     len += format(Showmsg[len], 255-len, ">> Current Time: %s^n", CurrentTime)     len += format(Showmsg[len], 255-len, ">> Frags: %i", Frags)     len += format(Showmsg[len], 255-len, ">> Deaths: %i^n", Deaths)     len += format(Showmsg[len], 255-len, ">> Ping: %i", ping)     len += format(Showmsg[len], 255-len, ">> Loss: %i", loss)     set_hudmessage(255, 0, 0, 0.015, 0.015, 0, 0.0, 6.0, 0.0, 0.0, 2)     show_hudmessage(id, Showmsg)     return PLUGIN_CONTINUE }
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.
Cheap_Suit is offline
Charming
BANNED
Join Date: Nov 2005
Location: Canada
Old 12-23-2005 , 08:47  
Reply With Quote #9

i dont want it like that im making it so it displays in a hud
Charming is offline
Send a message via ICQ to Charming Send a message via AIM to Charming Send a message via MSN to Charming Send a message via Yahoo to Charming
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 12-23-2005 , 18:04  
Reply With Quote #10

Code:
    set_hudmessage(255, 0, 0, 0.015, 0.015, 0, 0.0, 6.0, 0.0, 0.0, 2)     show_hudmessage(id, Showmsg)

__________________
Hawk552 is offline
Send a message via AIM to Hawk552
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 14:58.


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