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

Colored Radio Messages


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
666
Senior Member
Join Date: Mar 2015
Old 08-14-2019 , 16:38   Colored Radio Messages
Reply With Quote #1

I want to color the radio messages, I was looking for a complement to do it and I found this one, but it doesn't show the messages.

How do I want it to show:
-> TERRORIST 666(RADIO):Follow Me!
-> CT 666(RADIO):Follow Me!

as shown:
-> TERRORIST s1(RADIO):s2
-> CT s1(RADIO):s2

PHP Code:
#include <amxmodx>

#define PLUGIN_VERSION "2.0"

public plugin_init()
{
    
register_plugin("Colored Radio Messages"PLUGIN_VERSION"OciXCrom @ amxx-bg.info")
    
register_message(get_user_msgid("TextMsg"), "OnTextMsg")
}

public 
OnTextMsg(iMsgIdiMsgDestid)
{
    if(
get_msg_args() != 5)
        return
        
    static 
szMsg[2][20]
    
get_msg_arg_string(3szMsg[0], charsmax(szMsg[]))
    
get_msg_arg_string(5szMsg[1], charsmax(szMsg[]))
    
    if(
equal(szMsg[0], "#Game_radio") && !equal(szMsg[1], "#Fire_in_the_hole"))
        
set_msg_arg_string(3"%s1 (RADIO): %s2")

__________________

Last edited by 666; 08-14-2019 at 18:07.
666 is offline
 



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 21:32.


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