Skip to content

Commit

Permalink
Merge pull request #108 from Paimon-Kawaii/sipooltest
Browse files Browse the repository at this point in the history
更新SIPool
  • Loading branch information
fantasylidong authored Mar 25, 2024
2 parents c276d46 + 58c3bfc commit d81f4e9
Show file tree
Hide file tree
Showing 6 changed files with 1,998 additions and 2,039 deletions.
28 changes: 27 additions & 1 deletion addons/sourcemod/gamedata/si_pool.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 我是派蒙啊
* @Last Modified by: 我是派蒙啊
* @Create Date: 2024-02-17 16:48:01
* @Last Modified time: 2024-02-18 18:43:04
* @Last Modified time: 2024-03-25 19:03:25
* @Github: https://github.com/Paimon-Kawaii
*/
"Games"
Expand Down Expand Up @@ -42,6 +42,32 @@
"linux" "@_Z22NextBotCreatePlayerBotI6HunterEPT_PKc"
}

"NextBotCreatePlayerBot<Jockey>"
{
"library" "server"
"linux" "@_Z22NextBotCreatePlayerBotI6JockeyEPT_PKc"
}
"NextBotCreatePlayerBot<Spitter>"
{
"library" "server"
"linux" "@_Z22NextBotCreatePlayerBotI7SpitterEPT_PKc"
}
"NextBotCreatePlayerBot<Charger>"
{
"library" "server"
"linux" "@_Z22NextBotCreatePlayerBotI7ChargerEPT_PKc"
}
"NextBotCreatePlayerBot<Smoker>"
{
"library" "server"
"linux" "@_Z22NextBotCreatePlayerBotI6SmokerEPT_PKc"
}
"NextBotCreatePlayerBot<Boomer>"
{
"library" "server"
"linux" "@_Z22NextBotCreatePlayerBotI6BoomerEPT_PKc"
}

/*
* CTerrorPlayer::SetClass(CBaseEntity *, int)
*/
Expand Down
Binary file modified addons/sourcemod/plugins/optional/AnneHappy/infected_control.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/optional/AnneHappy/si_pool.smx
Binary file not shown.
Loading

0 comments on commit d81f4e9

Please sign in to comment.