Dialog Problem [HELP] [Not Fixed]
#1

Код:
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\gamemodes\H-Drift.pwn(255) : warning 217: loose indentation
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\gamemodes\H-Drift.pwn(259) : error 002: only a single statement (or expression) can follow each "case"
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\gamemodes\H-Drift.pwn(265) : error 054: unmatched closing brace ("}")
C:\Users\Alvar\Desktop\Serverid\Hapu Drifting (Tegemisel)\gamemodes\H-Drift.pwn(267) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Код:
        case DIALOG_LOGIN:
        {
            if ( !response ) return Kick ( playerid );
            if( response )

                    INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
                    GivePlayerMoney(playerid, PlayerInfo[playerid][pSularaha]);
                    SetSpawnInfo(playerid, 217, 0, 1642.1584, -2334.1926, -2.6797, 359.7559, 0, 0, 0, 0, 0, 0);
                    SpawnPlayer(playerid);
                }
                else
                {
                    Kick(playerid);
                }
                return 1;
            }
        }
    }
    return 1;
}
What's wrong?
Reply


Messages In This Thread
Dialog Problem [HELP] [Fixed] - by Hapukoorepakk - 24.06.2016, 22:21
Re: Dialog Problem [HELP] [Not Fixed] - by zPain - 24.06.2016, 22:41
Re: Dialog Problem [HELP] [Not Fixed] - by Hapukoorepakk - 24.06.2016, 23:16
Re: Dialog Problem [HELP] [Not Fixed] - by brianvans089 - 25.06.2016, 01:50

Forum Jump:


Users browsing this thread: 1 Guest(s)