Lua: Add more old API

This commit is contained in:
Lion Kortlepel
2021-09-16 22:31:09 +02:00
parent be61511bdf
commit 4c03a90157
3 changed files with 63 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ namespace MP {
void SendChatMessage(int ID, const std::string& Message);
void RemoveVehicle(int PlayerID, int VehicleID);
void Set(int ConfigID, sol::object NewValue);
bool GetPlayerGuest(int ID);
bool IsPlayerGuest(int ID);
bool IsPlayerConnected(int ID);
void Sleep(size_t Ms);
}