Raised This Month: $ Target: $400
 0% 

how can i create a help window(like top15)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
byetovice
Senior Member
Join Date: Nov 2009
Location: Turkey
Old 02-04-2010 , 05:10   how can i create a help window(like top15)
Reply With Quote #1

i want to show a help window when i say /xhelp
help window like top15..

how can i do it? pls help me
byetovice is offline
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
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 07:20.


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