Raised This Month: $ Target: $400
 0% 

Starting of programming amxmodx plugins


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
prodiger
New Member
Join Date: Jan 2008
Location: Lithuania, Kaunas
Old 01-02-2008 , 05:43   Re: Starting of programming amxmodx plugins
Reply With Quote #4

#include <amxmodx>

public plugin_init()
{
register_clcmd("say hello", "labas", 0, "- says hello ");
}

public labas(id)
{
new admin
admin = is_user_admin(id)
client_print(0, print_center, "%d admin %d", id, admin);
}

what bad with this?
__________________
I can program PHP for food
prodiger is offline
Send a message via Skype™ to prodiger
 



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 11:09.


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