Raised This Month: $ Target: $400
 0% 

write /noriuvip , chat print text


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kukulis :*
Member
Join Date: Apr 2009
Location: www.godlike.lt
Old 03-16-2010 , 15:34   write /noriuvip , chat print text
Reply With Quote #1

write /noriuvip , chat print text please edited thanks
Code:
    #include <amxmodx>
    #include <fakemeta>
    #include <fakemeta_util>
    #include <hamsandwich>
    #include <cstrike>
    #include <amxmisc>
    #include <fun>

    #define PLUGIN_NAME   "NORIUVIP"
    #define PLUGIN_AUTHOR   "Kukulis"
    #define PLUGIN_VERSION   "0.1"

    public plugin_init()
    {
       register_plugin(PLUGIN_NAME, PLUGIN_AUTHOR, PLUGIN_VERSION);

       register_event("ResetHUD","event_reset_hud","be");
       register_clcmd("say /noriuvip",id, print_chat, "YOUR TEXT");

         
    }

    public event_reset_hud(id)
    {
       if(!is_user_connected(id))
          return PLUGIN_CONTINUE;
       
       if(!access(id,ADMIN_USER))
          return PLUGIN_CONTINUE;
       
       set_task(1.0,"give_stuff",id);
       
       return PLUGIN_CONTINUE;
    }

    public give_stuff(id)
    {
       if(!is_user_connected(id))
          return;
       
    }
Kukulis :* is offline
Send a message via Skype™ to Kukulis :*
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 03-16-2010 , 16:20   Re: write /noriuvip , chat print text
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <fakemeta>
#include <fakemeta_util>
#include <hamsandwich>
#include <cstrike>
#include <amxmisc>
#include <fun>

#define PLUGIN_NAME   "NORIUVIP"
#define PLUGIN_AUTHOR   "Kukulis"
#define PLUGIN_VERSION   "0.1"

public plugin_init()
{
    
register_plugin(PLUGIN_NAMEPLUGIN_AUTHORPLUGIN_VERSION);

    
register_event("ResetHUD","event_reset_hud","be");
    
register_clcmd("say /noriuvip","print_msg");

         
}

public 
event_reset_hud(id)
{
    if(!
is_user_connected(id))
        return 
PLUGIN_CONTINUE;
       
    if(!
access(id,ADMIN_USER))
        return 
PLUGIN_CONTINUE;
       
    
set_task(1.0,"give_stuff",id);
       
    return 
PLUGIN_CONTINUE;
}

public 
give_stuff(id)
{
    if(!
is_user_connected(id))
        return;
       
}

public 
print_msg(id)
{
    
client_print(idprint_chat"YOUR TEXT")

Here you go
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
r4ndomz
Senior Member
Join Date: Jul 2009
Location: The Hood
Old 03-17-2010 , 19:58   Re: write /noriuvip , chat print text
Reply With Quote #3

ahh Lithuanian? im lithuanian too!
__________________
HideNSeek bug fixed here:http://forums.alliedmods.net/showpos...&postcount=951

PM me if you want a nice HideNSeek shop
NEED PLUGIN TESTERS PM ME
r4ndomz is offline
Send a message via Skype™ to r4ndomz
Lure.d
BANNED
Join Date: Dec 2009
Location: Lithuania->USA
Old 03-18-2010 , 11:08   Re: write /noriuvip , chat print text
Reply With Quote #4

Quote:
Originally Posted by r4ndomz View Post
ahh Lithuanian? im lithuanian too!
I LOL'd ... There is alot of Lithuanians here(even me) so just dont brag about it.

Here's your code:
PHP Code:
#include <amxmodx>

public plugin_init() {
     
register_plugin("Noriuvip""Lure.d""0.0.1");

     
register_clcmd("say /noriuvip""cmdNoriu");
     
register_clcmd("say_team /noriuvip""cmdNoriu");

}

public 
cmdNoriu(plr) {
     
show_motd(plr"noriuvip.txt""I want V.I.P:");

Notice that you must create a noriuvip.txt in cstrike dir.
Peace.
Lure.d is offline
Send a message via Skype™ to Lure.d
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 08:41.


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