Add MP.Get

This commit is contained in:
Tixx
2024-09-21 23:17:08 +02:00
parent 7f69e336a9
commit 17185da53b
3 changed files with 32 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ namespace MP {
std::pair<bool, std::string> SendChatMessage(int ID, const std::string& Message);
std::pair<bool, std::string> RemoveVehicle(int PlayerID, int VehicleID);
void Set(int ConfigID, sol::object NewValue);
TLuaValue Get(int ConfigID);
bool IsPlayerGuest(int ID);
bool IsPlayerConnected(int ID);
void Sleep(size_t Ms);