mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
Lua: Add MP.PrintRaw
This commit is contained in:
@@ -19,5 +19,6 @@ namespace MP {
|
||||
bool IsPlayerGuest(int ID);
|
||||
bool IsPlayerConnected(int ID);
|
||||
void Sleep(size_t Ms);
|
||||
void PrintRaw(sol::variadic_args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user