mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 04:36:01 +08:00
[saco] Implement/match CRemotePlayer::GetPlayerColorAsRGBA()
This commit is contained in:
@ -70,3 +70,10 @@ void CRemotePlayer::SetPlayerColor(DWORD dwColor)
|
||||
|
||||
//----------------------------------------------------
|
||||
|
||||
DWORD CRemotePlayer::GetPlayerColorAsRGBA()
|
||||
{
|
||||
return TranslateColorCodeToRGBA(m_PlayerID);
|
||||
}
|
||||
|
||||
//----------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user