Garry's Mod

Garry's Mod

Guess Who
此主题已被锁定
RavageWaffle 2016 年 9 月 3 日 下午 2:17
Custom charatcer wont work.
Here is what I have.
GM.Models = {
--Characters
"models/player/big_dew.mdl",
"models/player/tfa_ow_mercy.mdl",
"models/sansplayer/sansplayer.mdl",
"models/zoidberg/zoidberg.mdl",
"models/player/mewtwo/mewtwo.mdl",
"models/player/zelda.mdl",
"models/player/alyx.mdl",
"models/player/breen.mdl",
"models/player/barney.mdl",
"models/player/eli.mdl",
"models/player/gman_high.mdl",
"models/player/kleiner.mdl",
"models/player/monk.mdl",
"models/player/odessa.mdl",
"models/player/magnusson.mdl",
"models/player/p2_chell.mdl",
"models/player/mossman_arctic.mdl",
--medics
"models/player/Group03m/Female_06.mdl",
"models/player/Group03m/Male_01.mdl",
--rebels
"models/player/Group03/Female_06.mdl",
"models/player/Group03/Male_06.mdl",
--Citiziens
"models/player/Group01/Male_08.mdl",
"models/player/Group01/Female_03.mdl",
}

GM.SeekerModels = {
"models/player/combine_super_soldier.mdl"
}

GM.Weapons = {
"weapon_gw_prophunt",
"weapon_gw_surge",
"weapon_gw_shockwave",
"weapon_gw_cloak",
--"weapon_gw_smoke",
"weapon_gw_shrink",
"weapon_gw_decoy",
"weapon_gw_sudoku",
"weapon_gw_disguise",
"weapon_gw_vampirism"
}

GM.TeamSeekingColor = Color(138, 155, 15)
GM.TeamHidingColor = Color(23, 89, 150)

GM.WalkerColors = {
Color(61, 87, 105), -- original blue
Color(240, 240, 240), --Black/dark grey
Color(50, 50, 50), -- white /lightgrey
Color(139, 115, 85), --Brown
Color(241, 169, 101), --bright orange
Color(75, 97, 34), --olive
Color(157, 107, 0), --gold
Color(159, 205, 234 ), --light blue
Color(94, 25, 34) --dark red
}
< >
正在显示第 1 - 1 条,共 1 条留言
lolleko  [开发者] 2016 年 9 月 5 日 上午 10:26 
Looks fine to me, but you should double check for missing commas and quotetation marks
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50