Raised This Month: $ Target: $400
 0% 

write /noriuvip , chat print text


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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 :*
 



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