Raised This Month: $ Target: $400
 0% 

I want Only admins can use this plugin but I can't help pls


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
lugat2001
New Member
Join Date: Apr 2013
Old 07-02-2014 , 12:53   I want Only admins can use this plugin but I can't help pls
Reply With Quote #1

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <engine>
#include <fun>
#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /100le","can")


}
public can(player) {

if(is_user_connected( player ) && is_user_alive( player ) && get_user_team( player ) == 1)

set_user_health(1,100)


}


I want Only admins can use this plugin but I can't help pls
lugat2001 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 21:15.


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