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

[Req] Open Link


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
khashayar007
Senior Member
Join Date: Jan 2015
Location: Macedonia
Old 03-30-2017 , 10:40   [Req] Open Link
Reply With Quote #1

Hi. I want a code when player types /ts it opens this link: ts3server://91.121.83.227
khashayar007 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-30-2017 , 10:49   Re: [Req] Open Link
Reply With Quote #2

PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("Say /ts""1.0""OciXCrom")
    
register_clcmd("say /ts""OpenLink")
    
register_clcmd("say_team /ts""OpenLink")
}

public 
OpenLink(id)
{
    
show_motd(id"ts3server://91.121.83.22")
    return 
PLUGIN_HANDLED

__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
khashayar007
Senior Member
Join Date: Jan 2015
Location: Macedonia
Old 03-30-2017 , 11:05   Re: [Req] Open Link
Reply With Quote #3

Quote:
Originally Posted by OciXCrom View Post
PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("Say /ts""1.0""OciXCrom")
    
register_clcmd("say /ts""OpenLink")
    
register_clcmd("say_team /ts""OpenLink")
}

public 
OpenLink(id)
{
    
show_motd(id"ts3server://91.121.83.22")
    return 
PLUGIN_HANDLED


Thanks bro.

Last edited by khashayar007; 03-30-2017 at 11:13.
khashayar007 is offline
Reply


Thread Tools
Display Modes

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 17:31.


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