23.02.2010, 15:58
I'm working on a script that will block unofficial players to pick special skin ids from the skin selection.
This blocks the skin ids but it also blocks all other skins that dont got anything to do with this skin ids.
Thanks
Код:
if(GetPlayerSkin(playerid) == 280 || 150 || 284) { if(PlayerInfo[playerid][pLAERank] >= 1) { } else { SendClientMessage(playerid, COLOR_GREY, " You are not authorized to use that skin."); return 0; } }
Thanks