Lua: Add MP.PrintRaw

This commit is contained in:
Lion Kortlepel
2021-09-19 01:20:17 +02:00
parent dd70e88e4c
commit 1ff5107707
3 changed files with 11 additions and 7 deletions

View File

@@ -19,5 +19,6 @@ namespace MP {
bool IsPlayerGuest(int ID);
bool IsPlayerConnected(int ID);
void Sleep(size_t Ms);
void PrintRaw(sol::variadic_args);
}
}