Allow only specific Skins
#3

Код:
new tmp[3];
tmp=GetPlayerSkin(playerid);
if( (tmp == 280) || (tmp == 281) || (tmp == 282) || (tmp == 283) || (tmp == 288) || (tmp == 284) || (tmp == 285) )
{
(open gate stuff)
}
else
{
SendClientMessage(playerid,COLOR,"Error : You are not allowed to use this command");
}
Something like this? I havent done this is a long time
Reply


Messages In This Thread
Allow only specific Skins - by Memoryz - 01.08.2009, 14:36
Re: Allow only specific Skins - by Memoryz - 01.08.2009, 19:38
Re: Allow only specific Skins - by Hecky - 01.08.2009, 20:18
Re: Allow only specific Skins - by member - 01.08.2009, 20:37

Forum Jump:


Users browsing this thread: 1 Guest(s)