Raised This Month: $ Target: $400
 0% 

please help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Aur3kas
Junior Member
Join Date: Jun 2010
Location: GODLIKE.LT
Old 06-13-2010 , 16:26   please help
Reply With Quote #1

Hi,maybe you can fix the code and make the top of the HUD message to be viewable only by terrorists, and that the write /demo open demo motd lang.

code:
Code:
#include <amxmodx>
#include <amxmisc>

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 plugin_init() {

    register_plugin("say /demo","1.1","Pa1n")
    register_clcmd("say /demo","admin_motd",0,"- Shows the MOTD.")
}

public Message () (
   set_hudmessage (255, 0, 0, 0.33, 0.27, 0, 6.0, 12.0)
   show_hudmessage (0, "DEMO TEXT TEXT TEXT TEXT")
)
__________________

www.godlike.lt
Aur3kas is offline
Send a message via Skype™ to Aur3kas
 


Thread Tools
Display Modes

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