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

#'Show Player InfoV1.3'# (For admins only)


Post New Thread Reply   
 
Thread Tools Display Modes
MyPc
Senior Member
Join Date: Sep 2011
Old 12-11-2011 , 12:17   Re: ####'Show Player Info(steam, ip) V1.0'####
Reply With Quote #41

Quote:
Originally Posted by echo_cs View Post
@ alfre

Thanks olso
The edit button is sad.
MyPc is offline
jackas
Senior Member
Join Date: Feb 2011
Old 12-12-2011 , 08:41   Re: ####'Show Player InfoV1.0'####
Reply With Quote #42

Can u add, overall score means total frags and deaths?
and update ur description :
Code:
Console Command(s):
say /sinfo
say .sinfo
say !sinfo
also ur code :
PHP Code:
    register_clcmd"say /sinfo""Menu_info");
    
register_clcmd"say .sinfo""Menu_info");
    
register_clcmd"say !sinfo""Menu_info"); 
__________________
For our new family member's in alliedmods
Quote:
Originally Posted by bo0m View Post
Ok, there are a couple ways to find this, here are about 5:
1. Search
2. Search again
3. If you don't find it, then search again.
4. After searching the 3rd time, search again
5. Then when you are tired of searching, just search some more!!!!

Last edited by jackas; 12-12-2011 at 08:46.
jackas is offline
echo_cs
Senior Member
Join Date: Dec 2011
Old 12-12-2011 , 14:10   Re: #'Show Player InfoV1.1'#
Reply With Quote #43

plugin updeted
[|||||||||]
Attached Files
File Type: sma Get Plugin or Get Source (showinfo.sma - 269 views - 1.7 KB)
__________________
Pawn (5%)

C (80%)

C++ (20%)

SQL (5%)
echo_cs is offline
enjoi.
Veteran Member
Join Date: Mar 2011
Old 12-12-2011 , 18:42   Re: Show player info
Reply With Quote #44

Quote:
Originally Posted by Devil259 View Post
Write "status" in console.

It gives SteamID, IP, Name

Useless for me.
Only with rcon they give you ip. rcon status if your a player you only get name and steamid umud?
__________________
Block Maker v6.0 []
Point Slay v3.0 []
Contact [ PM ]
enjoi. is offline
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 12-13-2011 , 04:16   Re: ####'Show Player Info(steam, ip) V1.0'####
Reply With Quote #45

Quote:
Originally Posted by Devil259 View Post
And when you have his IP, what would you do ?

If you are not an idiot, you should know the date.

This plugin is still useless.
__________________
You can do anything you set your mind to, man.

Devil259 is offline
echo_cs
Senior Member
Join Date: Dec 2011
Old 12-13-2011 , 06:19   Re: #'Show Player InfoV1.1'#
Reply With Quote #46

Ok
Update
Quote:
delete the script for show ip :p
__________________
Pawn (5%)

C (80%)

C++ (20%)

SQL (5%)
echo_cs is offline
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 12-13-2011 , 06:46   Re: #'Show Player InfoV1.1'#
Reply With Quote #47

Completely useless now.
__________________
You can do anything you set your mind to, man.

Devil259 is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 12-13-2011 , 09:39   Re: #'Show Player InfoV1.1'#
Reply With Quote #48

Quote:
Originally Posted by Devil259 View Post
Completely useless now.
__________________
kramesa is offline
echo_cs
Senior Member
Join Date: Dec 2011
Old 12-16-2011 , 08:57   Re: #'Show Player InfoV1.3'# (For admins only)
Reply With Quote #49

Plugin Updated
Quote:
V1.3
+For Admins only
Attached Files
File Type: sma Get Plugin or Get Source (showinfo.sma - 267 views - 1.8 KB)
__________________
Pawn (5%)

C (80%)

C++ (20%)

SQL (5%)
echo_cs is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 12-16-2011 , 09:21   Re: #'Show Player InfoV1.3'# (For admins only)
Reply With Quote #50

PHP Code:
    if(!is_user_admin(id) )
        return 
PLUGIN_CONTINUE 
LOL?

Use:

PHP Code:
public Menu_info(id)
{
    if(!
get_cvar_num("show_info"))
    { 
        return 
PLUGIN_CONTINUE
    
}
    
    if(!
is_user_admin(id))
    {
        
        
        new 
menu menu_create("\rSelect the Player:""menu_handler");
        
        new 
players[32], pnumtempid;
        
        new 
szName[32], szTempid[10];
        
        
get_players(playerspnum);
        
        for( new 
ii<pnumi++ )
        {
            
tempid players[i];
            
            
get_user_name(tempidszNamecharsmax(szName));
            
num_to_str(tempidszTempidcharsmax(szTempid));
            
            
menu_additem(menuszNameszTempid0);
            
        }
        
menu_display(idmenu0);
        return 
PLUGIN_CONTINUE
    
}

__________________

Last edited by kramesa; 12-16-2011 at 09:23.
kramesa is offline
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 19:12.


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