diff --git a/ChaosMod/Components/LuaScripts.cpp b/ChaosMod/Components/LuaScripts.cpp index 978a6ac0f..740a09a62 100644 --- a/ChaosMod/Components/LuaScripts.cpp +++ b/ChaosMod/Components/LuaScripts.cpp @@ -615,6 +615,7 @@ LuaScripts::ParseScriptRaw(std::string scriptName, std::string_view script, Pars E("GetAllPeds", GetAllPedsArray), E("CreatePoolPed", CreatePoolPed), + E("CreateHostilePed", CreateHostilePed), E("TeleportPlayer", [](float x, float y, float z, bool noOffset) { TeleportPlayer(x, y, z, noOffset); }),