Raised This Month: $51 Target: $400
 12% 

hi-plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   General Purpose       
pingplug
Member
Join Date: Jul 2011
Old 07-31-2011 , 07:40   hi-plugin
Reply With Quote #1

by pingplug

this is a simple plugin
command:
say /hi

if you say /hi the plugin say :
hi and have fun :D

Quote:
#include <amxmodx>

#define PLUGIN "acceuil"
#define VERSION "1.0"
#define AUTHOR "ping-plug"


public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /hi", "hi")
}

public hi(id)
{
new userName[32]

get_user_name(id, userName, 31)
client_print(0, print_chat, "%s say : hi and have fun :D", userName)
}
Attached Files
File Type: sma Get Plugin or Get Source (simple-hello.sma - 834 views - 416 Bytes)

Last edited by Arkshine; 07-31-2011 at 07:48.
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-31-2011 , 07:49   Re: hi-plugin
Reply With Quote #2

Useless.
Unapproved.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-31-2011 , 07:50   Re: hi-plugin
Reply With Quote #3

AMXX file removed. You are not allowed to attach compiled plugin.

And also, unapproved. The plugin is redundant and honestly useless.
__________________
Arkshine is offline
nisam_ja
BANNED
Join Date: Sep 2008
Location: osijek
Old 07-31-2011 , 08:01   Re: hi-plugin
Reply With Quote #4

here is opposite

#include <amxmodx>

#define PLUGIN "acceuil"
#define VERSION "1.0"
#define AUTHOR "ping-plug"


public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /bye", "bye")
}

public hi(id)
{
new userName[32]

get_user_name(id, userName, 31)
client_print(0, print_chat, "%s say : bye and see ya later ", userName)
}
nisam_ja is offline
Send a message via MSN to nisam_ja Send a message via Skype™ to nisam_ja
pingplug
Member
Join Date: Jul 2011
Old 07-31-2011 , 09:14   Re: hi-plugin
Reply With Quote #5

please help me I'm not a god programmer
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-31-2011 , 09:43   Re: hi-plugin
Reply With Quote #6

Help for what ? Just learn more, and make something worth to be approved. Make some quality plugins.
__________________
Arkshine is offline
pingplug
Member
Join Date: Jul 2011
Old 07-31-2011 , 10:39   Re: hi-plugin
Reply With Quote #7

I'd like to create a plugin
but i dont have learn many scripts
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-31-2011 , 10:42   Re: hi-plugin
Reply With Quote #8

You have all the time to learn, many resources in the forum and wiki. It's up to you to learn progressively. Back when you will have more knowledge and a good plugin to release.
__________________
Arkshine is offline
avril-lavigne
Banned
Join Date: Apr 2009
Old 08-02-2011 , 14:35   Re: hi-plugin
Reply With Quote #9

funny try.

add server_cmd("ban .... for those who said hi
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
grimvh2
Veteran Member
Join Date: Nov 2007
Location: Fishdot Nation
Old 08-05-2011 , 11:42   Re: hi-plugin
Reply With Quote #10

banid*
__________________
I am out of order!
grimvh2 is offline
Reply



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:58.


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