How To Do This?
#3

pawn Код:
C:\Alex\County Wars TDM 0.3d\gamemodes\CRP.pwn(501) : error 033: array must be indexed (variable "-unknown-")
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
if(dialogid == DIALOG_GENDER)
                {
                    if(response)
                        {
                switch(inputtext)
        {
                                case 'm': PlayerInfo[playerid][pGender] = 1;
                                case 'f': PlayerInfo[playerid][pGender] = 2;
        }
                        }
                        else
                        {
                        Kick(playerid);
                        }
                        }
Reply


Messages In This Thread
How To Do This? - by BetaLaxx - 11.12.2011, 17:32
Re: How To Do This? - by Dark_Kostas - 11.12.2011, 17:49
Re: How To Do This? - by BetaLaxx - 11.12.2011, 18:59
Re: How To Do This? - by kurta999 - 11.12.2011, 19:00

Forum Jump:


Users browsing this thread: 1 Guest(s)