1
This commit is contained in:
@@ -983,7 +983,6 @@ auto initFunciton(lua_State* luaVm) -> void {
|
|||||||
lua_register(luaVm, "luaApi_GetConVarString", luaApi_GetConVarString);
|
lua_register(luaVm, "luaApi_GetConVarString", luaApi_GetConVarString);
|
||||||
lua_register(luaVm, "luaApi_GetConVarInt", luaApi_GetConVarInt);
|
lua_register(luaVm, "luaApi_GetConVarInt", luaApi_GetConVarInt);
|
||||||
lua_register(luaVm, "luaApi_GetPlayerSteamId", luaApi_GetPlayerSteamId);
|
lua_register(luaVm, "luaApi_GetPlayerSteamId", luaApi_GetPlayerSteamId);
|
||||||
lua_register(luaVm, "luaApi_GetPlayerSteamId", luaApi_GetPlayerSteamId);
|
|
||||||
lua_register(luaVm, "luaApi_RunClientCommand", luaApi_RunClientCommand);
|
lua_register(luaVm, "luaApi_RunClientCommand", luaApi_RunClientCommand);
|
||||||
|
|
||||||
// lua_register(luaVm, "luaApi_TeleportPlayer", luaApi_TeleportPlayer);
|
// lua_register(luaVm, "luaApi_TeleportPlayer", luaApi_TeleportPlayer);
|
||||||
|
|||||||
Reference in New Issue
Block a user