28.09.2011, 22:01
Only skin ID 50 can use that command:
pawn Код:
COMMAND:guns(playerid, params[])
{
if(GetPlayerSkin(playerid) != 50) return SendClientMessage(playerid, 0xFF0000AA, "You only skin id 50 can use this command!");
{
//Code
}
return true;
}