09.07.2012, 21:56
You can also make it smaller.
It is also faster.
pawn Код:
switch(GetPlayerSkin(playerid))
{
case 102: SetPlayerColor(playerid, 0xC2A2DAAA);
// other cases here
}