Help me with inputtext
#2

pawn Код:
case 3000:
            {
                if(strlen(inputtext) >= 0 && strlen(inputtext) < 3)
                {
                    Player[playerid][LastSkin] = inputtext;//here an extra bracket
                    SetPlayerSkin(playerid, inputtext);
                }
            }
You had an extra bracket.
Reply


Messages In This Thread
Help me with inputtext - by Stefand - 23.06.2012, 17:12
Re: Help me with inputtext - by Faisal_khan - 23.06.2012, 17:18
Re: Help me with inputtext - by Stefand - 23.06.2012, 17:19
Re: Help me with inputtext - by Faisal_khan - 23.06.2012, 17:22
Re: Help me with inputtext - by MP2 - 23.06.2012, 17:25
Re: Help me with inputtext - by Stefand - 23.06.2012, 17:44

Forum Jump:


Users browsing this thread: 1 Guest(s)