Raised This Month: $ Target: $400
 0% 

Starting learning pawn


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 11-08-2011 , 13:55   Re: Starting learning pawn
Reply With Quote #5

PHP Code:
#include <amxmodx.inc>
#define PLUGIN "first motd"
#define VERSION "0.1"
#define AUTHOR "Me"
public plugin_init()
{
  
register_plugin(PLUGINVERSIONAUTHOR)
  
register_clcmd("say /motd""show_motd")
}
public 
show_motd
{
  
show_motd(id"motd.txt""My first motd")

You do not create the function to open the motd
m0skVi4a is offline
Send a message via Skype™ to m0skVi4a
 



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:26.


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