30.01.2011, 21:27
Hi i need help with one thing. How do i make a command for only a police officer or another skin?
if(GetPlayerSkin(playerid) == 218, 245, 173) // example skins
{
//something here
}
else
{
return 1;
}