Garry's Mod

Garry's Mod

评价数不足
GMedieval Gamemode (BETA)
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 游戏模式
插件标签: 卡通, 风景, 写实
文件大小
发表于
更新日期
341.307 MB
2 月 11 日 下午 4:57
2 月 24 日 下午 2:16
3 项改动说明 ( 查看 )

订阅以下载
GMedieval Gamemode (BETA)

描述
👀 CHECK OUT TWD GAMEMODE!
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3408844753&searchtext=TWD

Garry's Mod Medieval Gamemode (EARLY BETA)

1️⃣ : Subscribe Gamemode And Map File..
that's it :)

Maybe CSS Content Required For Map..

Features ;

2 Weapon ;
Crossbow (Original Crossbow Re-model)
Fists (With C_hand)

10 Playermodels

Third Person

Battle Bot System (Not Smart But Working)

Admin Control Panel

Friendly Fire Mode on/off

Round System (Total 10 Kill)

Team System

👀 CHECK OUT TWD GAMEMODE!
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3408844753&searchtext=TWD

热门讨论 查看全部(1)
3
3 月 7 日 上午 11:54
Any bug? Tell me.
balkaptan
15 条留言
balkaptan  [作者] 2 月 25 日 上午 7:44 
I'm Glad you like this Guys.. Check Out My other GM : TWD
I 'm sure better than this Gamemode..
Feromon 2 月 24 日 下午 1:40 
hud gothic 2 !? very cool )
balkaptan  [作者] 2 月 24 日 下午 12:49 
Ah okey this is more easy for me. I Will work on this.. :steamthumbsup:
MrGeRoI 2 月 23 日 上午 7:41 
No. It won't work.

Here example on server:

-- F1 key
function GM:ShowHelp( ply )
ply:ConCommand("GunGameMenu")
end

-- F3 key
function GM:ShowSpare2( ply )
ply:ConCommand("ADMIN_MENU")
end

And on client:

-- C key
function GM:OnContextMenuOpen()
RunConsoleCommand("thirdperson_enhanced_toggle")
end

function GM:OnContextMenuClose() end
balkaptan  [作者] 2 月 20 日 下午 9:50 
Does this example work?

for k,v in pairs(player.GetAll()) do
v:ConCommand("bind F3 ADMIN_MENU")
end
balkaptan  [作者] 2 月 19 日 下午 4:57 
I tried something but doesnt work. Can you send me one example for F3?
balkaptan  [作者] 2 月 19 日 下午 4:14 
okey thank you..
MrGeRoI 2 月 19 日 下午 3:46 
It's hook called 'PlayerBindPress'. Usually F1, F3 and C has binded to commands so u check if bind is 'gm_showhelp' (for F1), 'gm_showspare1' (for F3) or '+menu_context' (for C) just call functions that u need and return true in the hook to prevent the bind.
balkaptan  [作者] 2 月 19 日 下午 3:37 
Can you show me how to do it? I don't know exactly
MrGeRoI 2 月 19 日 上午 9:10 
Please move binds to lua hooks. I don't want mess up my binds