Search found 10 matches
- Fri Aug 26, 2016 6:34 pm
- Forum: Plugin Development Support
- Topic: TF2 - Event when team empty.
- Replies: 8
- Views: 10296
Re: TF2 - Event when team empty.
thnx guys, this'll be helpful!
- Fri Aug 26, 2016 5:17 pm
- Forum: Plugin Development Support
- Topic: TF2 - Event when team empty.
- Replies: 8
- Views: 10296
TF2 - Event when team empty.
I've looked for ages for a way to detect when RED team is empty, but to no avail. Is there any way I could do this, maybe through an event?
- Wed Aug 24, 2016 5:52 pm
- Forum: Plugin Development Support
- Topic: Restarting round when timer reaches 00:01
- Replies: 1
- Views: 3383
Restarting round when timer reaches 00:01
Im working on a plugin that when the round timer hits 00:01, the round auto restarts, this is what I got so far. @Event('tf_map_time_remaining') def tf_map_time_remaining(event): if event # This line I don't know what to write. engine_server.server_command('mp_restartgame 1\n') Now, even though I go...
- Sun Aug 21, 2016 11:15 pm
- Forum: Plugin Requests
- Topic: [TF2] Restart Round when RED team is empty.
- Replies: 0
- Views: 5161
[TF2] Restart Round when RED team is empty.
Basically, what I need is something that will, once RED team is empty, execute a .cfg (still need a name for the .cfg), set the round timer to 00:00, and then start a new round after around 10 seconds. If this would be possible, that would be awesome! Also, when the round timer hits 00:01 (1 second ...
- Wed Aug 10, 2016 11:24 am
- Forum: Plugin Requests
- Topic: [TF2] Switch Team on death (For red only)
- Replies: 12
- Views: 19581
Re: [TF2] Switch Team on death (For red only)
wow, really just a bracket? welp, thanks guys
- Wed Aug 10, 2016 11:03 am
- Forum: Plugin Requests
- Topic: [TF2] Switch Team on death (For red only)
- Replies: 12
- Views: 19581
Re: [TF2] Switch Team on death (For red only)
This is it currently - The bottom 2 sections for activating on round start and deactivating on round end were unnecessary, so cleaned up - Also, the plugin info was placeholder, as we were going to test first before fully fleshing out credits.
- Wed Aug 10, 2016 10:53 am
- Forum: Plugin Requests
- Topic: [TF2] Switch Team on death (For red only)
- Replies: 12
- Views: 19581
Re: [TF2] Switch Team on death (For red only)
Ah, thats where I put myinfo and import sourcemod, should i lower those down?
- Wed Aug 10, 2016 10:42 am
- Forum: Plugin Requests
- Topic: [TF2] Switch Team on death (For red only)
- Replies: 12
- Views: 19581
Re: [TF2] Switch Team on death (For red only)
Loaded on server, errors.
Anyone can fix it?
Anyone can fix it?
- Tue Aug 09, 2016 11:00 pm
- Forum: Plugin Requests
- Topic: [TF2] Switch Team on death (For red only)
- Replies: 12
- Views: 19581
Re: [TF2] Switch Team on death (For red only)
Is cool man, thanks for the help!
- Tue Aug 09, 2016 10:03 pm
- Forum: Plugin Requests
- Topic: [TF2] Switch Team on death (For red only)
- Replies: 12
- Views: 19581
[TF2] Switch Team on death (For red only)
Hi there, I'm currently looking for a plugin content creator to help me with an issue. Intro - My friend, who I will link his Steam below, owns a popular (ish) TF2 Zombies server, in which a team of RED Engineer 'survivors' must fend of BLU medic 'zombies'. The Engineers cannot build sentries, and t...