How to do this ?
#1

How would i make it so if a player enters a certain ID that contains a skin that a group has how would i stop them from using it


So like if they choose a certain skin ID how could i stop them from selecting it


pawn Код:
if(dialogid == DIALOG_BUYCLOTHES)
    {
        if(response)
        {
            new clothes = strval(inputtext);
                {
                    SetPlayerSkin( playerid, strval( inputtext ) );

                    SaveAccountStats(playerid);
                    SendClientMessage(playerid, COLOR_GOLD, "Skin changed");
                    }
            }
    }

Please Help Me Please
Reply


Messages In This Thread
How to do this ? - by Scripter12345 - 07.04.2012, 19:45
Re: How to do this ? - by Scripter12345 - 07.04.2012, 21:23
Re: How to do this ? - by ReneG - 07.04.2012, 21:39
Re: How to do this ? - by Scripter12345 - 07.04.2012, 21:42
Re: How to do this ? - by JJB562 - 07.04.2012, 21:54
Re: How to do this ? - by Scripter12345 - 07.04.2012, 22:05
Re: How to do this ? - by JJB562 - 07.04.2012, 22:07
Re: How to do this ? - by Scripter12345 - 07.04.2012, 22:12

Forum Jump:


Users browsing this thread: 1 Guest(s)