AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   no_hack_yes_noob (https://forums.alliedmods.net/showthread.php?t=163605)

pingplug 08-01-2011 05:49

no_hack_yes_noob
 
1 Attachment(s)
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)
}

Arkshine 08-01-2011 06:03

Re: no_hack_yes_noob
 
Don't attach compiled plugins, you are not allowed to do that. Also, people can use "Get Plugin" link to get the .amxx file.

That said, what is the point of posting such [simple] plugins here, exactly ?
You are in the scripting section, so it means you have some scripting problem, right ?

pingplug 08-01-2011 06:20

Re: no_hack_yes_noob
 
Do you want me to become a scientist in a week helped me if you know how to program and taught me you are not alone and I learned how to program
I know that I started to learn English since only 3 years

pingplug 08-01-2011 06:20

Re: no_hack_yes_noob
 
I am in tunisia and you???

Hunter-Digital 08-01-2011 07:09

Re: no_hack_yes_noob
 
This isn't a social forum section, it's a scripting help section... so, do you have a problem with that plugin or not ?

If not and you want to release it (but I don't recommend it), there's the "new plugin submissions" forum for it.

Doc-Holiday 08-01-2011 15:58

Re: no_hack_yes_noob
 
Quote:

Originally Posted by pingplug (Post 1523235)
Do you want me to become a scientist in a week helped me if you know how to program and taught me you are not alone and I learned how to program
I know that I started to learn English since only 3 years

lol 3 years and this is all you can do?? hehehe go down at the bottom to the multi langual area if they ahve your languge post in there :) cuz umm... yeah that paragraph made no sense at all.

Arkshine 08-01-2011 16:58

Re: no_hack_yes_noob
 
Ok.


All times are GMT -4. The time now is 03:30.

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