Raised This Month: $ Target: $400
 0% 

Request: Slay / kick on fps_overrride 1


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 10-10-2017 , 07:24   Re: Request: Slay / kick on fps_overrride 1
Reply With Quote #1

Quote:
Originally Posted by TheSpaniard View Post
Will this work??

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

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


public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_concmd("fps_override 1""kick")
}

public 
kick(id)
{
    new 
name[70]
    
get_user_name(idnamecharsmax(name))
    
console_cmd(id"amx_kick %s"name)

No.
__________________
Ayman Khaled is offline
Reply


Thread Tools
Display Modes

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


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