Starting of programming amxmodx plugins
How i can start programming amxmodx plugins? I don't know anything about that. Who can tell me something about that? I will be very happy, if anyone help me :)
|
Re: Starting of programming amxmodx plugins
|
Re: Starting of programming amxmodx plugins
|
Re: Starting of programming amxmodx plugins
#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? |
Re: Starting of programming amxmodx plugins
Something like
Code:
#include <amxmodx> |
Re: Starting of programming amxmodx plugins
|
| All times are GMT -4. The time now is 11:09. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.