Raised This Month: $ Target: $400
 0% 

please help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Aur3kas
Junior Member
Join Date: Jun 2010
Location: GODLIKE.LT
Old 06-14-2010 , 06:49   Re: please help
Reply With Quote #1

Quote:
Originally Posted by infek View Post
try this
PHP Code:
#include <amxmodx>
#include <amxmisc>
 
public plugin_init() 
{
    
register_plugin("say /demo","1.1","Pa1n")
    
register_clcmd("say /demo","admin_motd",0,"- Shows the MOTD.")
}
 
public 
admin_motd(id,level,cid
{
    if (!
cmd_access(id,level,cid,1))
    return 
PLUGIN_CONTINUE
 
    show_motd
(id,"demo.txt","Demo")
    return 
PLUGIN_CONTINUE   
}
public 
Message(id
{
 if (
get_user_team(id) == 1// 1 = T, 2 = CT
 
{
  
set_hudmessage (255000.330.2706.012.0)
  
show_hudmessage (0"DEMO TEXT TEXT TEXT TEXT")
 }

thanks
__________________

www.godlike.lt
Aur3kas is offline
Send a message via Skype™ to Aur3kas
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 14:44.


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