How to do this ?
#5

Try doing something like this:

pawn Код:
if(strval(inputtext)) == SkinIDHere)
{
    if(CodeToCheckGangHere)
    {
        SetPlayerSkin(playerid, strval(inputtext))
        SendClientMessage(playerid, COLORHERE, "Your Skin Has Successfully Been Changed");
    }
    else
    {
        SendClientMessage(playerid, COLORHERE, "This Skin Has Already Been Taken By Another Group");
    }
}
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)