Raised This Month: $ Target: $400
 0% 

Country and city connect


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
C3NsUr3
Member
Join Date: Aug 2011
Location: Romania,Resita
Old 10-20-2012 , 19:14   Country and city connect
Reply With Quote #1

I want to give to me this plugin if you can: http://i077.radikal.ru/1206/a4/1980cbf83c28.jpg

thank you very much
C3NsUr3 is offline
Send a message via Yahoo to C3NsUr3 Send a message via Skype™ to C3NsUr3
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-20-2012 , 19:18   Re: Country and city connect
Reply With Quote #2

Have you searched the Approved Plugins section yet?
__________________
fysiks is offline
C3NsUr3
Member
Join Date: Aug 2011
Location: Romania,Resita
Old 10-20-2012 , 19:27   Re: Country and city connect
Reply With Quote #3

yes
C3NsUr3 is offline
Send a message via Yahoo to C3NsUr3 Send a message via Skype™ to C3NsUr3
Torge
Veteran Member
Join Date: Oct 2011
Old 10-20-2012 , 19:57   Re: Country and city connect
Reply With Quote #4

GHW_Connect ?
Torge is offline
C3NsUr3
Member
Join Date: Aug 2011
Location: Romania,Resita
Old 10-20-2012 , 19:58   Re: Country and city connect
Reply With Quote #5

no
C3NsUr3 is offline
Send a message via Yahoo to C3NsUr3 Send a message via Skype™ to C3NsUr3
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 10-21-2012 , 04:56   Re: Country and city connect
Reply With Quote #6

maybe the one in the v3x section ?
__________________
ANTICHRISTUS is offline
C3NsUr3
Member
Join Date: Aug 2011
Location: Romania,Resita
Old 10-21-2012 , 05:48   Re: Country and city connect
Reply With Quote #7

no
C3NsUr3 is offline
Send a message via Yahoo to C3NsUr3 Send a message via Skype™ to C3NsUr3
smiley92
Senior Member
Join Date: Jun 2011
Location: Romania
Old 08-17-2013 , 16:18   Re: Country and city connect
Reply With Quote #8

Somebody?
And I search that plugin and can`t found it, for searching one day.
smiley92 is offline
UchihaSkills
Senior Member
Join Date: May 2013
Location: Germany
Old 08-17-2013 , 17:18   Re: Country and city connect
Reply With Quote #9

Try this

PHP Code:
 /* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <nvault>
#include <chatcolor>
#include <geoip>

#define VAULT_NAME    "Connect"
#define VAULT_KEY    "NUM"

new g_iVault;
new 
name[33][32]
new 
authid[33][32]
new 
country[33][46]
new 
ip[33][32]

public 
plugin_init()
{
    
register_plugin("Connection Messages" "1.0" "andersN");
    
    
g_iVault nvault_open(VAULT_NAME);
}

public 
plugin_end()
{
    
nvault_close(g_iVault);
}

public 
client_putinserver(id)
{
    static 
szNum];
    
num_to_str(nvault_get(g_iVaultVAULT_KEY) + 1szNum7);
    
nvault_set(g_iVault VAULT_KEY szNum);
    
get_user_name(idname[id], 31);
    
get_user_authid(idauthid[id], 31);
    
    
geoip_country(ip[id],country[id])
    if(
equal(country[id],"error"))
    {
        if(
contain(ip[id],"192.168.")==|| equal(ip[id],"127.0.0.1") || contain(ip[id],"10.")==||  contain(ip[id],"172.")==0)
        {
            
country[id] = "LAN"
        
}
        if(
equal(ip[id],"loopback"))
        {
            
country[id] = "ListenServer User"
        
}
        else
        {
            
country[id] = "error"
        
}
    }
    
    
client_print_color(0Grey"^4[SG]^3 %s ^1(%s)^3 has connected!^4 [Connections: %s]"name[id], authid[id], szNum);
    
client_cmd(0,"spk buttons/bell1.wav")
}

public 
client_disconnect(id)
{
    
get_user_name(idname[id], 31)
    
get_user_authid(idauthid[id], 31)
    
get_user_authid(idauthid[id], 31);
    
    
client_print_color(0Grey"^4[RG]^3 %s ^1(%s)^3 has disconnected!"name[id], authid[id]);
    
client_cmd(0,"spk buttons/blip1.wav")

UchihaSkills is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 08-17-2013 , 17:38   Re: Country and city connect
Reply With Quote #10

That's not what he asked for. What plugin did you copy that from?
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd 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 02:04.


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