Raised This Month: $ Target: $400
 0% 

how can i create a help window(like top15)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
shuttle_wave
Veteran Member
Join Date: Apr 2009
Location: New Zealand
Old 02-04-2010 , 05:22   Re: how can i create a help window(like top15)
Reply With Quote #2

PHP Code:
// Make a help.txt and put wat ever into it and place it in ur cstrike folder
#include <amxmodx>
#include <amxmisc>
new const VERSION[] = "1.0";
public 
plugin_init()
{
 
register_plugin("Help Motd"VERSION"Shuttle_Wave")
 
 
 
register_clcmd("say /xhelp""XHelp")
 
register_clcmd("say_team /xhelp""XHelp")
}
public 
XHelp (id)
{
 
show_motd(id,"help.txt")

__________________
JailBreak Mod with Plugin API ( 90% ) Public
shuttle_wave 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 07:20.


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