Raised This Month: $ Target: $400
 0% 

no_hack_yes_noob


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
pingplug
Member
Join Date: Jul 2011
Old 08-01-2011 , 05:49   no_hack_yes_noob
#1

this is a simple plugin
command:
say hack //the plugin say: Despised him, and continued your game
say noob //the plugin say: Hah not Despise may become better than you

Quote:
#include <amxmodx>

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


public plugin_init() {
register_plugin("No haCk YeS nOOB", "1.0", "pingplug")
register_clcmd("say hack", "hack")
register_clcmd("say noob", "noob")

}
public hack(id) {
new userName[32]

get_user_name(id, userName, 31)
client_print(0, print_chat, "%s say : Despised him, and continued your game", userName)
}
public noob(id) {
new userName[32]

get_user_name(id, userName, 31)
client_print(0, print_chat, "%s say : Hah not Thakrh may become better than you ", userName)
}
Attached Files
File Type: sma Get Plugin or Get Source (no_hack_yes_noob.sma - 632 views - 846 Bytes)
__________________
Working on:
[AMXX] Scripting

Last edited by Arkshine; 08-01-2011 at 06:00.
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
 



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 03:30.


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