Problem with a script.
#4

pawn Код:
if(strcmp(cmd, "/skin", true) == 0)
{
    if(IsAtClothShop(playerid))
    {
        tmp = strtok(cmdtext, idx);
        new chosenskin = strval(tmp);
        SetPlayerSkin(playerid, chosenskin);
    }
    else
    {
       //do nothing
    }
    return 1;
}
Idk if it works
Reply


Messages In This Thread
Problem with a script. - by Jack_Leslie - 04.06.2011, 13:03
Re: Problem with a script. - by Swiftz - 04.06.2011, 13:08
Re: Problem with a script. - by Jack_Leslie - 04.06.2011, 13:09
Re: Problem with a script. - by Jay. - 04.06.2011, 13:12
Re: Problem with a script. - by alpha500delta - 04.06.2011, 13:25
Re: Problem with a script. - by Jay. - 04.06.2011, 13:26

Forum Jump:


Users browsing this thread: 1 Guest(s)