Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Same as above, neve happened to me or anyone I've seen videos from. Got script errors when you spawned first? Is it every round? Have you tried to manually force a round restart with the console command "ForceRoundRestart"?
It works for everybody else, so I can't see it as a fault in the code :/
What I do is subscribe on the mode in Workshop, then transform the "GMA" file in my addons folder to a gamemodefolder with GMOD converter and put it in the server gamemode folder.
You can't just extract this and put it in your gamemodes folder. It includes a 'materials' folder and a 'models' folder too. You need to convert the .gma into a single folder, then open that folder, and inside you will find a replica of the Garry's Mod architecture, and you need to extract each of those folders content to their respective folder in your server.
TEST [gamemodes/copsandrunners/gamemode/cl_init.lua][gamemodes/copsandrunners/gamemode/shared.lua]
TEST [gamemodes/copsandrunners/gamemode/countdown.lua][gamemodes/copsandrunners/gamemode/shared.lua]
TEST [gamemodes/copsandrunners/gamemode/init.lua][gamemodes/copsandrunners/gamemode/shared.lua]
TEST [gamemodes/copsandrunners/gamemode/player.lua][gamemodes/copsandrunners/gamemode/shared.lua]
TEST [gamemodes/copsandrunners/gamemode/shared.lua][gamemodes/copsandrunners/gamemode/shared.lua]
FOUND IN ADDON [277013349]
[Cops and Runners] gamemodes/copsandrunners/gamemode/shared.lua:247: attempt to call method 'IsPlayer' (a nil value)
1. fn - gamemodes/copsandrunners/gamemode/shared.lua:247
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
You can extract any .gma by going to "SteamApps/[username] or Common/garrysmod/bin", there you'll find a program called "gmad.exe". To extract a .gma with this program, you need to make a batch file and put this in it:
gmad.exe extract -file "[Path to target .gma]"
(example: gmad.exe extract -file "C:\steam\SteamApps\common\garrysmod\garrysmod\addons\my_addon_12345.gma")
When some of my friends joined, they were claiming that their HUD would not work, that there was simply error signs where it would say 'Runner' or 'Warden', as well as in the bottom right corner. Apparently a similar thing occurred with the jail textures.
I say apparently because mine worked fine, as well as most of the people playing on the server, but it was apparently intolerable for those with the problem, to the point where we played another game-mode for their sake.
We double checked that they had subscribed, but it did happen to several people, so it can't be a single computer problem. Nor a server-side problem, as it worked for me and most players. (I don't think so anyway)
Have you ever experienced or heard of this before?