Raised This Month: $ Target: $400
 0% 

Ammo regen in every 2 mins + The screen so you can when it goes down please help.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
X0Left4dead0X
BANNED
Join Date: Jan 2009
Old 01-09-2009 , 12:47   Ammo regen in every 2 mins + The screen so you can when it goes down please help.
Reply With Quote #1

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Ammo regen"
#define VERSION "1.3.3.7"
#define AUTHOR "Left4Dead"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_dictionary("regen.txt")
}

public 
client_authorized(id)
{
   
set_task(0.5,"Ammoregen",id// < Doesnt work
}

public 
Ammoregen(id)
{
    new 
task
    task 
set_task(4.0,"Fill")
    
client_print(idprint_chat"%L"LANG_PLAYER"AMMO_REGEN"task) << Doesnt shower above the hp or Amour Gen
    
//show_hudmessage(id, "Ammo regen in %s", Timer)
}

public 
Fill(id)
{
    
show_hudmessage(id"Here's some ammo")

X0Left4dead0X is offline
 



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 09:15.


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