Raised This Month: $ Target: $400
 0% 

[REQ] /"text" displays a text


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kusha
New Member
Join Date: Apr 2017
Old 04-15-2017 , 05:39   [REQ] /"text" displays a text
Reply With Quote #1

hello everyone i want a plugin that for example when players say /owner a message in chat will display owner info (fb and steam link) and when they say /youtube a message in the chat will display our youtube channel link can you help me please
Kusha is offline
woooow
Member
Join Date: Mar 2017
Old 04-15-2017 , 06:28   Re: [REQ] /"text" displays a text
Reply With Quote #2

hi

Here

PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin"example""1.0""X" );

    
register_clcmd("say /owner""owner")
    
register_clcmd("say_team /owner""owner")
    
    
register_clcmd("say /youtube""youtube")
    
register_clcmd("say_team /youtube""youtube")
}

public 
owner(id)
{
    
client_print(idprint_chat"write your owner message here")
    return 
PLUGIN_CONTINUE
}

public 
youtube(id)
{
    
client_print(idprint_chat"write your youtube message here")
    return 
PLUGIN_CONTINUE

you can also add many things as you want easily
And if you want the message to show for all players not only to you
just change client_print(id, to client_print(0,

Last edited by woooow; 04-15-2017 at 06:42.
woooow is offline
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 04-15-2017 , 07:40   Re: [REQ] /"text" displays a text
Reply With Quote #3

https://forums.alliedmods.net/showth...=27814?t=27814
for example
@owner~!tFB LINK : ...........
!t = Team color
!g = Green Color
!y = Yellow Color ( Default )
__________________
Ayman Khaled is offline
Kusha
New Member
Join Date: Apr 2017
Old 04-15-2017 , 08:49   Re: [REQ] /"text" displays a text
Reply With Quote #4

Quote:
Originally Posted by woooow View Post
hi


you can also add many things as you want easily
And if you want the message to show for all players not only to you
just change client_print(id, to client_print(0,
thank you so much , can i contact you i need more help from you lol and thanks m8 <3
Kusha is offline
woooow
Member
Join Date: Mar 2017
Old 04-15-2017 , 12:48   Re: [REQ] /"text" displays a text
Reply With Quote #5

Quote:
Originally Posted by Kusha View Post
thank you so much , can i contact you i need more help from you lol and thanks m8 <3
lol you're welcome <3

i still noob in amxx but if i can help you with any thing i know i will help.
woooow 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 08:49.


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