We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f6345 commit 2b87fd4Copy full SHA for 2b87fd4
Client/mods/deathmatch/logic/lua/CLuaFunctionDefs.Util.cpp
@@ -12,7 +12,7 @@
12
13
int CLuaFunctionDefs::GetValidPedModels(lua_State* luaVM)
14
{
15
- bool includeCustom = false;
+ bool includeCustom = true;
16
CScriptArgReader argStream(luaVM);
17
argStream.ReadBool(includeCustom);
18
0 commit comments