Warnings
#1

Hello there, I've got some warnings and I don't know how to deal with them, can someone help me?

Here are the warnings:

Код:
C:\Users\Jameel\Desktop\STRUCTURE\San Andreas Roleplay\gamemodes\sarp.pwn(8899) : warning 219: local variable "string" shadows a variable at a preceding level

C:\Users\Jameel\Desktop\STRUCTURE\San Andreas Roleplay\gamemodes\sarp.pwn(28708) : warning 217: loose indentation

C:\Users\Jameel\Desktop\STRUCTURE\San Andreas Roleplay\gamemodes\sarp.pwn(17629) : warning 213: tag mismatch
Here are the lines for each warning:

8888-8999:[For the strings warning]
Код:
//  BUY LOCK
    if(dialogid == MAIN_LOCK_DIALOG)
    {
        if(response == 1)
        {
            switch(listitem)
            {
                case 0:
                {
                    if(PlayerInfo[playerid][pCash] >= 5000)
                    {
                        new string[256];
28706-28708: [For loose warning]:

Код:
            SendClientMessage(playerid,COLOR_GREY,"    You are not at any Locks Store.");
		}
		return 1;
    }
17629 [Mistach warning]:

Код:
if(strcmp(playername,CarInfo[i][vOwner],true)==0)
Help me and get a reputation
Reply


Messages In This Thread
Warnings - by Stanford - 08.03.2013, 13:14
Re: Warnings - by Stanford - 08.03.2013, 13:22
Re: Warnings - by zxc1 - 08.03.2013, 13:25
Re: Warnings - by RajatPawar - 08.03.2013, 13:27
Re: Warnings - by Stanford - 08.03.2013, 13:31
Re: Warnings - by Stanford - 08.03.2013, 13:46

Forum Jump:


Users browsing this thread: 2 Guest(s)