Jump to content
  • 0

pomoc Barva


Hutt2

Dotaz

Zdravím. Potřeboval bych pomocí funkce SetPlayerMarkerForPlayer udělat to, že hráč nevidí na minimapě jiného hráče, ale vidí jeho barvu chatu modře. Zkoušel jsem už několik způsobů, ale ani jeden nefungoval. Díky za odpověď.

Link to comment
Share on other sites

1 odpověd na tuto otázku

Recommended Posts

  • 0

Díky za odpověď. Zkoušel jsem to takhle, ale ikona se po chvíly zobrazí.

for(new c = 0; c <= MAX_PLAYERS; c++) {
   if (GetPlayerSkin(c) == 285) {
       SetPlayerMarkerForPlayer(playerid, c, (GetPlayerColor(c) & 0xFF000000)); }
if (GetPlayerSkin(playerid) == 115) {
   SetPlayerMarkerForPlayer(c, playerid, (GetPlayerColor(playerid) & 0xFF000000)); }
}
Edited by Hutt2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...