AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] SM Status (https://forums.alliedmods.net/showthread.php?t=157597)

wrongen 05-23-2011 22:46

[ANY] SM Status
 
1 Attachment(s)
Ok basically this plugin will fix the status output in console and can be entered via chat using the /status command. I hope you like it and please give me some feedback.

Screen Shot:
http://a.yfrog.com/img835/9968/smstatus.jpg

EGood 05-24-2011 02:29

Re: [ANY] SM Status
 
1 Attachment(s)
Nice One , Take my mod :bacon!:

kaskull 05-24-2011 16:41

Re: [ANY] SM Status
 
Wrongen Nice Work!!!

KniL 07-08-2012 18:42

Re: [ANY] SM Status
 
This works like using status with rcon showing the "IP"?

Mitchell 07-08-2012 18:47

Re: [ANY] SM Status
 
Quote:

Originally Posted by KniL (Post 1746357)
This works like using status with rcon showing the "IP"?

It dosent look like it but im sure the author could add it.

Fearts 07-08-2012 20:23

Re: [ANY] SM Status
 
Probably not a good idea to allow just anyone to use a command that allows them access everyone's IP.

Mitchell 07-08-2012 20:46

Re: [ANY] SM Status
 
Quote:

Originally Posted by Fearts (Post 1746409)
Probably not a good idea to allow just anyone to use a command that allows them access everyone's IP.

Quote:

Originally Posted by KniL (Post 1746357)
using status with rcon


Sreaper 07-08-2012 23:19

Re: [ANY] SM Status
 
Nice plugin! But is there some sort of bug with the built-in status command? The status command for Team Fortress 2 seems to work as intended for me.

API 07-09-2012 17:03

Re: [ANY] SM Status
 
IP Addresses are public by nature. Don't fear giving someone your IP... You need to remember that most routers block all ports by default.

MasterOfTheXP 07-09-2012 17:29

Re: [ANY] SM Status
 
PHP Code:

PrintToChat(client"\x04[SM] See console for output!"); 

-->
PHP Code:

if (GetCmdReplySource() == SM_REPLY_TO_CHATPrintToChat(client"\x04[SM] %t""See console for output"); 

Combine that with LoadTranslations("common.phrases"); in OnPluginStart, and bam, this plugin supports all languages that SM does.

Could use more stuff too, like
PHP Code:

new ping RoundFloat(GetClientAvgLatency(iNetFlow_Outgoing) * 1024);
new 
connectionTime RoundFloat(GetClientTime(i)); 

Could also show their IP too, as others have suggested...but perhaps only if an admin has enabled a cvar such as "sm_status_ip" or something.


All times are GMT -4. The time now is 21:34.

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