Raised This Month: $12 Target: $400
 3% 

[CS:GO] New Gamemode - Touchdown (2.12 | 2020/3/24)


Post New Thread Reply   
 
Thread Tools Display Modes
aykocity
Member
Join Date: Sep 2017
Old 08-01-2018 , 22:14   Re: [CS:GO] New Gamemode - Touchdown (2.9 | 2018/5/8)
Reply With Quote #121

Quote:
Originally Posted by rogeraabbccdd View Post
What?
Quote:
BGM List

Forte Escape - Chain Reaction
PlanetBoom - Super Sonic
Bexter - Nova
S4 League - Lobby
PlanetBoom - Dual Rock
Forte Escape - Move Your Spirit
PlanetBoom - Fuzzy Control
S4 League - Seize
Bexter - Syriana
Sphazer - Access
Tsukasa - Grave Consequence
Bexter - Come On
PlanetBoom - StarFish
NieN - NB Power
aykocity is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 08-01-2018 , 23:33   Re: [CS:GO] New Gamemode - Touchdown (2.9 | 2018/5/8)
Reply With Quote #122

No
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
NickischLP
Senior Member
Join Date: Jun 2013
Location: Germany
Old 06-26-2019 , 17:12   Re: [CS:GO] New Gamemode - Touchdown (2.9 | 2018/5/8)
Reply With Quote #123

L 06/26/2019 - 23:07:00: [SM] Exception reported: Invalid Handle 0 (error 4)
L 06/26/2019 - 23:07:00: [SM] Blaming: kento_touchdown_bot.smx
L 06/26/2019 - 23:07:00: [SM] Call stack trace:
L 06/26/2019 - 23:07:00: [SM] [0] SDKCall
L 06/26/2019 - 23:07:00: [SM] [1] Line 113, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_touchdown_bot.sp::BotMoveTo
L 06/26/2019 - 23:07:00: [SM] [2] Line 81, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_touchdown_bot.sp::Timer_BotMoveThi nk
L 06/26/2019 - 23:07:02: [SM] Exception reported: Invalid Handle 0 (error 4)
L 06/26/2019 - 23:07:02: [SM] Blaming: kento_touchdown_bot.smx
L 06/26/2019 - 23:07:02: [SM] Call stack trace:
L 06/26/2019 - 23:07:02: [SM] [0] SDKCall
L 06/26/2019 - 23:07:02: [SM] [1] Line 113, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_touchdown_bot.sp::BotMoveTo
L 06/26/2019 - 23:07:02: [SM] [2] Line 81, I:\csgodev\server\csgo\addons\sourcemod\scrip ting\kento_touchdown_bot.sp::Timer_BotMoveThi nk
L 06/26/2019 - 23:07:04: [SM] Exception reported: Invalid Handle 0 (error 4)
L 06/26/2019 - 23:07:04: [SM] Blaming: kento_touchdown_bot.smx

Also I don't get a knife at spawn
__________________
NickischLP is offline
Send a message via Skype™ to NickischLP
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 03-13-2020 , 08:11   Re: [CS:GO] New Gamemode - Touchdown (2.10 | 2020/3/13)
Reply With Quote #124

Update 2.10
  • Fix player spawn with no weapon and can't get ball.
  • Add random weapon for bots.
  • Add sm_touchdown_bgm_enabled
  • Add sm_touchdown_quake_enabled
  • Add MP5-SD
  • Add 7 new bgms

PHP Code:
sm_touchdown_bgm_enabled  "1"    //Enable BGM or not?
sm_touchdown_quake_enabled  "1"    //Enable quake sounds or not? (all kill sounds) 
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 03-13-2020 at 08:16.
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 03-13-2020 , 08:12   Re: [CS:GO] New Gamemode - Touchdown (2.9 | 2018/5/8)
Reply With Quote #125

Quote:
Originally Posted by NickischLP View Post
Also I don't get a knife at spawn
Fixed in new version.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 03-13-2020 , 09:29   Re: [CS:GO] New Gamemode - Touchdown (2.11 | 2020/3/13)
Reply With Quote #126

Update 2.11
  • Fix bot not freeze and can fire after round end.
  • Remove test codes.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 03-13-2020 , 09:56   Re: [CS:GO] New Gamemode - Touchdown (2.11 | 2020/3/13)
Reply With Quote #127

/**
* Called when the ball reset.
*
* @param client Player index.
* @return No return
*/
forward Action Touchdown_OnBallReset();

Nothing gets past my eye
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 03-13-2020 , 10:05   Re: [CS:GO] New Gamemode - Touchdown (2.11 | 2020/3/13)
Reply With Quote #128

Quote:
Originally Posted by eyal282 View Post
/**
* Called when the ball reset.
*
* @param client Player index.
* @return No return
*/
forward Action Touchdown_OnBallReset();

Nothing gets past my eye
Oops! Fixed, thank you.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
ifZn
New Member
Join Date: Feb 2020
Old 03-17-2020 , 16:39   Re: [CS:GO] New Gamemode - Touchdown (2.11 | 2020/3/13)
Reply With Quote #129

d:\csgoserver\csgo\addons\sourcemod\scripting \kento_touchdown.sp::OnStartTouch
L 03/17/2020 - 2174: [SM] Exception reported: Entity 91 (91) is not a CBaseEntity
L 03/17/2020 - 2174: [SM] Blaming: kento_touchdown.smx
L 03/17/2020 - 2174: [SM] Call stack trace:
L 03/17/2020 - 2174: [SM] [0] AcceptEntityInput
L 03/17/2020 - 2174: [SM] [1] Line 3024, d:\csgoserver\csgo\addons\sourcemod\scripting \kento_touchdown.sp::GoalBall
L 03/17/2020 - 2174: [SM] [2] Line 2509, d:\csgoserver\csgo\addons\sourcemod\scripting \kento_touchdown.sp::OnStartTouch

When we score a Touchdown the ball sometimes just disapears and the touchdown wont count..

Also when not chosing a Team, you will be freezed until you change to an other Team

Last edited by ifZn; 03-17-2020 at 16:42.
ifZn is offline
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 03-17-2020 , 18:06   Re: [CS:GO] New Gamemode - Touchdown (2.11 | 2020/3/13)
Reply With Quote #130

wow, nice game mode and implementation.
Great thanks for this!
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline
Reply


Thread Tools
Display Modes

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 01:46.


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