Player colors
#2

Add this under OnPlayerSpawn
pawn Код:
new skin = GetPlayerSkin(playerid); //Get player's skin (cops skins) https://sampwiki.blast.hk/wiki/Skins:All
    if(skin == 265 || skin == 266 || skin == 267 || skin == 284 || skin == 285 || skin == 286 || skin == 287 || skin 288) SetPlayerColor(playerid, COLOR_BLUE); //Set cops' color to blue, and ofc you need to define COLOR_BLUE
Reply


Messages In This Thread
Player colors - by edzuss99 - 29.09.2012, 09:43
Re: Player colors - by newbienoob - 29.09.2012, 09:51
Re : Re: Player colors - by edzuss99 - 29.09.2012, 10:01
Re: Player colors - by gabitzu4ever - 29.09.2012, 10:03
Re : Re: Player colors - by edzuss99 - 29.09.2012, 10:06
Re: Player colors - by gabitzu4ever - 29.09.2012, 10:08
Re : Re: Player colors - by edzuss99 - 29.09.2012, 10:10
Re: Player colors - by Joe Staff - 29.09.2012, 10:13
Re : Re: Player colors - by edzuss99 - 29.09.2012, 10:18

Forum Jump:


Users browsing this thread: 3 Guest(s)