Raised This Month: $ Target: $400
 0% 

Dont work


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Artifact
Veteran Member
Join Date: Jul 2010
Old 03-27-2011 , 14:32   Dont work
Reply With Quote #1

Can someone tells me why this plugin want to work

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Kick Admin"
#define VERSION "1.0"
#define AUTHOR "good."

new const glupiadmini [] = "kickadmin.txt"

public plugin_init() {
register_plugin(PLUGINVERSIONAUTHOR)
register_concmd("amx_givemoney""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
register_concmd("amx_weapon""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
register_concmd("amx_noclip""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
register_concmd("amx_heal""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
register_concmd("amx_speed""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
register_concmd("amx_rocket""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
register_concmd("amx_map""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
register_concmd("amx_transfer""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
register_concmd("amx_fire""U koliko pokusas to jos jednom, admin ce ti biti oduzet."ADMIN_KICK )
}
public 
dovidjenja (idlevelcid )
{

new 
steamid[42]
get_user_authid(idsteamid41);
write_fileglupiadministeamid,-1);
client_cmd(id"disconnect");
return 
PLUGIN_HANDLED;

__________________
Artifact 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 14:35.


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