Raised This Month: $ Target: $400
 0% 

warmtime


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Miko000000
Senior Member
Join Date: Jul 2008
Location: Slovakia
Old 04-12-2009 , 13:07   warmtime
Reply With Quote #1

hi all. i need do warmtime when all have got knife and all players will be respawned when they be killed, and it will be 60 sec and all 60 will be blinking or show Hudmessange Warmtime.

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

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
    set_task(0.1, "WarmTime", 5)
    set_task(70.0, "EndTask")
}

public WarmTime() {
    
}

public EndTask() {
    remove_task(5)    
}
Miko000000 is offline
Send a message via ICQ to Miko000000 Send a message via Skype™ to Miko000000
 



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 02:23.


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