08.08.2012, 11:56
Quote:
By the skin id.
Anyway I fixed it. Thanks to HellSphinX. I changed his stock to this: Код:
stock IsPlayerACop(playerid) { if(GetPlayerSkin(playerid == 266+265+283+284+285)) return 1; // true return 0; // false } |