Help me with inputtext
#1

Hello,

This is the first time that im using inputtext thing.

But I got this error:

pawn Код:
C:\Users\Stefan Dorst\Desktop\Zombie RP\gamemodes\Zombie.pwn(444) : error 006: must be assigned to an array
C:\Users\Stefan Dorst\Desktop\Zombie RP\gamemodes\Zombie.pwn(444) : error 029: invalid expression, assumed zero
C:\Users\Stefan Dorst\Desktop\Zombie RP\gamemodes\Zombie.pwn(444) : warning 215: expression has no effect
C:\Users\Stefan Dorst\Desktop\Zombie RP\gamemodes\Zombie.pwn(445) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.

pawn Код:
case 3000:
            {
                if(strlen(inputtext) >= 0 && strlen(inputtext) < 3)
                {
                    Player[playerid][LastSkin] = inputtext);
                    SetPlayerSkin(playerid, inputtext);
                }
            }
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: 2 Guest(s)