16.05.2009, 18:13
How do i make a command but only the person with a certian skin can use that command or else it will say "Invalid"
Originally Posted by Sal_Kings
i dont understand...
|
if(GetPlayerSkin(playerid) == SKIN_ID_YOU_WANT_TO_USE)
{
// your code.
}
else
{
// your code.
}
Originally Posted by [K4L
Leopard ]
Quote:
Leopard |
Originally Posted by Mikkel
Quote:
|