Raised This Month: $ Target: $400
 0% 

how to remove bomb sites and hostages?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
hugz`
Veteran Member
Join Date: Jul 2007
Location: In a house
Old 12-16-2007 , 19:33   Re: how to remove bomb sites and hostages?
Reply With Quote #6

Compile this..
Quote:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "3:00 Countdown"
#define VERSION "1.0"
#define AUTHOR "M249-M4A1"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("HLTV", "Countdown", "a", "1=0", "2=0")
}

public
Countdown() {
if (
task_exists(12345)) {
remove_task(12345)
set_task(180.0, "doSomething", 12345)
} else {
set_task(180.0, "doSomething", 12345)
}
}

public
doSomething() {
server_cmd("team_win 1")
}
And add also get this plugin: http://forums.alliedmods.net/showthr...force+team+win

Both of them will work as a "Terrorists Win" at the end of the timer.
Make sure your round time is set to 3 minutes.
__________________
hugz` is offline
Send a message via AIM to hugz`
 



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 11:06.


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