mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 12:46:07 +08:00
[saco] Implement/match CLocalPlayer::GetPlayerColorAsRGBA()
This commit is contained in:
@ -92,3 +92,10 @@ void CLocalPlayer::SetPlayerColor(DWORD dwColor)
|
||||
|
||||
//----------------------------------------------------
|
||||
|
||||
DWORD CLocalPlayer::GetPlayerColorAsRGBA()
|
||||
{
|
||||
return TranslateColorCodeToRGBA(pNetGame->GetPlayerPool()->GetLocalPlayerID());
|
||||
}
|
||||
|
||||
//----------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user