GetPlayerStatusText
Returns the status text string for the mobile with ObjID.
Возвращает строку статуса мобайла с ObjID.
function GetPlayerStatusText(ObjID: Cardinal): String;
def GetPlayerStatusText(ObjID: int) -> str: ...
begin
AddToSystemJournal('Status: ' + GetPlayerStatusText(Self));
end.
AddToSystemJournal(f'Status: {GetPlayerStatusText(Self())}')