Raised This Month: $32 Target: $400
 8% 

Scripting Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Redfalcon
BANNED
Join Date: Sep 2009
Location: Prison Break
Old 11-21-2009 , 08:07   Scripting Problem
Reply With Quote #1

Hello can somebody make a private plugin to me and give it with a PM plz

It's country connect plugin it will show like this:

**Your Name [STEAM ID] Has connected from Country**

Like **Redfalcon [STEAM_0:01234567] Has connected from Sweden**

Country name will be Yellow.
the name will be in green same as steam id and the [] will be yellow and the message "Has connected from Sweden" will be in Gray and the ** Yellow
Please make this one +karma!
Redfalcon is offline
Send a message via MSN to Redfalcon
AntiBots
Veteran Member
Join Date: May 2008
Location: Brazil
Old 11-21-2009 , 08:08   Re: Scripting Problem
Reply With Quote #2

That plugin already exist.

Mod: Change this to Request forum
__________________
AntiBots is offline
Send a message via ICQ to AntiBots Send a message via MSN to AntiBots Send a message via Skype™ to AntiBots
Redfalcon
BANNED
Join Date: Sep 2009
Location: Prison Break
Old 11-21-2009 , 08:11   Re: Scripting Problem
Reply With Quote #3

I Really need one! Private plugin send it with PM plz !

Last edited by Redfalcon; 11-21-2009 at 08:51. Reason: I Really need one!
Redfalcon is offline
Send a message via MSN to Redfalcon
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-21-2009 , 08:54   Re: Scripting Problem
Reply With Quote #4

Did you look at the existents plugins ?
__________________
Arkshine is offline
Redfalcon
BANNED
Join Date: Sep 2009
Location: Prison Break
Old 11-21-2009 , 09:31   Re: Scripting Problem
Reply With Quote #5

That plugin don't have that i request.
Redfalcon is offline
Send a message via MSN to Redfalcon
AntiBots
Veteran Member
Join Date: May 2008
Location: Brazil
Old 11-21-2009 , 09:49   Re: Scripting Problem
Reply With Quote #6

Why you want private plugins? if you have exelent free plugins here!!!
__________________
AntiBots is offline
Send a message via ICQ to AntiBots Send a message via MSN to AntiBots Send a message via Skype™ to AntiBots
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-21-2009 , 09:52   Re: Scripting Problem
Reply With Quote #7

15$ and i send it to you.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Redfalcon
BANNED
Join Date: Sep 2009
Location: Prison Break
Old 11-21-2009 , 10:05   Re: Scripting Problem
Reply With Quote #8

Does exolent made a plugin like this?

Give me a link if he have.
Redfalcon is offline
Send a message via MSN to Redfalcon
Backstabnoob
Veteran Member
Join Date: Feb 2009
Location: Iwotadai Dorm
Old 11-21-2009 , 11:04   Re: Scripting Problem
Reply With Quote #9

PHP Code:
#include <amxmodx>
#include <colorchat>
#include <geoip>

public plugin_init() {
    
register_plugin("connecting info""1.0""you")
}

public 
client_connect(id)
{
    new 
Name[32], Authid[32], Country[46], IP[21]
    
get_user_name(idName31)
    
get_user_authid(idAuthid31)
    
get_user_ip(idIP20)
    
geoip_country (IPCountry45)
    
ColorChat(0GREY"^x01**^x04%s ^x01[^x04%s^x01] has connected from ^x01%s**"NameAuthidCountry)

Haven't tested, but should work.
Backstabnoob is offline
matsi
Thinkosaur
Join Date: Sep 2006
Old 11-21-2009 , 11:15   Re: Scripting Problem
Reply With Quote #10

Quote:
Originally Posted by Backstabnoob View Post
PHP Code:
#include <amxmodx>
#include <colorchat>
#include <geoip>

public plugin_init() {
    
register_plugin("connecting info""1.0""you")
}

public 
client_connect(id)
{
    new 
Name[32], Authid[32], Country[46], IP[21]
    
get_user_name(idName31)
    
get_user_authid(idAuthid31)
    
get_user_ip(idIP20)
    
geoip_country (IPCountry45)
    
ColorChat(0GREY"^x01**^x04%s ^x01[^x04%s^x01] has connected from ^x01%s**"NameAuthidCountry)

Haven't tested, but should work.
I'm not sure but i think its better to use client_authorized.
matsi 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 15:34.


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