Raised This Month: $ Target: $400
 0% 

Welcome blink message request


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
yas17sin
Veteran Member
Join Date: Oct 2016
Location: Morocco/Sale
Old 02-04-2017 , 15:22   Re: Welcome blink message request
Reply With Quote #4

here you go a simple easy one :

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Welcome HUD message"
#define VERSION "1.0"
#define AUTHOR "yas17sin"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
}
public 
client_putinserver(id)
{
    
set_task(3.0"ShowHud"id)
}
public 
ShowHud(id)
{
    new 
PlayerName[32]
    
get_user_name(idPlayerNamecharsmax(PlayerName))
    
    
set_hudmessage(025500.270.3206.015.0)
    
show_hudmessage(id"Welcome, %s enjoy your stay here"PlayerName)

yas17sin is offline
Send a message via ICQ to yas17sin
 



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 20:44.


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