Thread: [Solved] Show text like hud
View Single Post
Author Message
SHIELD755
Veteran Member
Join Date: Feb 2018
Location: FROM MARVEL STUDIO
Old 05-10-2019 , 09:49   Show text like hud
Reply With Quote #1

hello ,

can anybody help me to make this plugin which will show MESSGAGE when player connect like below(in RED MARK):



i have finded this code in a plugin and tried but failed

PHP Code:
MakeTutor(id,Text[],Color,Float:Time 0.0
{
    
    
    if(
is_user_connectedid ))
    {
        
message_begin(MSG_ONE_UNRELIABLE,g_MsgTutor,_,id)
        
write_string(Text)
        
write_byte(0)
        
write_short(0)
        
write_short(0)
        
write_short(1<<Color)
        
message_end()
    } 
THANKS IN ADVANCED
__________________
SED LYF !!!

Last edited by SHIELD755; 05-11-2019 at 03:29.
SHIELD755 is offline