This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#base robot_giant.pop | |
#base robot_standard.pop | |
WaveSchedule | |
{ | |
StartingCurrency 10000 | |
RespawnWaveTime 2 | |
CanBotsAttackWhileInSpawnRoom no | |
AddSentryBusterWhenDamageDealtExceeds 1000000 | |
AddSentryBusterWhenKillCountExceeds 10000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <sourcemod> | |
#include <sdktools> | |
#include <sdkhooks> | |
#include <tf2> | |
public OnPluginStart() | |
{ | |
PrintToServer("sigsegv's addcond/removecond detector"); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- [ CMannVsMachineStats | [8] ] | |
-- > baseclass [0x0000] | |
-- SUB [ DT_BaseEntity | [27] ] | |
-- -- > AnimTimeMustBeFirst [0x0000] | |
-- SUB [ DT_AnimTimeMustBeFirst | [1] ] | |
-- -- > m_flAnimTime [0x0064] | |
-- END SUB [ DT_AnimTimeMustBeFirst | [1] ] | |
-- -- > m_flSimulationTime [0x006C] | |
-- -- > m_ubInterpolationFrame [0x0078] | |
-- -- > m_vecOrigin [0x0364] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- [ CTFPlayerResource | [20] ] | |
-- > baseclass [0x0000] | |
-- SUB [ DT_PlayerResource | [7] ] | |
-- -- > m_iPing [0x05DC] | |
-- SUB [ m_iPing | [34] ] | |
-- -- > 000 [0x0000] | |
-- -- > 001 [0x0004] | |
-- -- > 002 [0x0008] | |
-- -- > 003 [0x000C] | |
-- -- > 004 [0x0010] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- > m_nMannVsMachineWaveClassCounts [0x1A48] | |
-- SUB [ m_nMannVsMachineWaveClassCounts | [12] ] | |
-- -- > 000 [0x0000] | |
-- -- > 001 [0x0004] | |
-- -- > 002 [0x0008] | |
-- -- > 003 [0x000C] | |
-- -- > 004 [0x0010] | |
-- -- > 005 [0x0014] | |
-- -- > 006 [0x0018] | |
-- -- > 007 [0x001C] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[WaveCount] ClearFlags | |
[WaveCount] SetName [idx:0] = "scout" | |
[WaveCount] SetCount [idx:0] = 20 | |
[WaveCount] AddFlags [idx:0] = 0001 | |
[WaveCount] SetName [idx:1] = "soldier" | |
[WaveCount] SetCount [idx:1] = 20 | |
[WaveCount] AddFlags [idx:1] = 0001 | |
[WaveCount] SetName [idx:2] = "pyro" | |
[WaveCount] SetCount [idx:2] = 20 | |
[WaveCount] AddFlags [idx:2] = 0001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <sourcemod> | |
#include <sdktools> | |
#include <tf2_stocks> | |
public Plugin:myinfo = | |
{ | |
name = "[TF2] Red2Robot", | |
author = "Bitl", | |
description = "Change your team to robot!", | |
version = "1.5.1", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma semicolon 1 | |
#include <sourcemod> | |
#include <sdktools> | |
#include <sdkhooks> | |
#include <tf2> | |
#include <tf2_stocks> | |
#include <tf2items> | |
#include <tf2wearables> | |
#include <equipwearable> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CTFPlayer::OnTakeDamage | |
player entindex: 10 | |
m_vecDamageForce: 0.00e+00 0.00e+00 0.00e+00 | |
m_vecDamagePosition: 0.00e+00 0.00e+00 0.00e+00 | |
m_vecReportedPosition: -7.29e+02 4.75e+03 1.55e+02 | |
m_hInflictor: 00000056 | |
m_hAttacker: 00000001 | |
m_hWeapon: 00000056 (ID: 78 RAYGUN) | |
m_flDamage: 12.0 | |
m_flMaxDamage: 12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <sourcemod> | |
#include <tf2> | |
#include <clients> | |
#include <keyvalues> | |
#include <tf2> | |
#include <tf2_stocks> | |
#include <sdktools> | |
#include <sdkhooks> | |
OlderNewer