Tag mismatch?
#6

Quote:
Originally Posted by Jstylezzz
Посмотреть сообщение
hValue... Let's me think of a house.. Isn't the thing you try to do something like, mValue or something?
I found the error ... thanks, lol. I typed the h instead of m.
However, I have two other warning, always "tag mismatch".

Код:
C: \ Documents and Settings \ User \ Desktop \ GM \ LSRP 1.0 Gaming EN \ Europe Nation Gaming Roleplay \ gamemodes \ enrp.pwn (61616): warning 213: tag mismatch
C: \ Documents and Settings \ User \ Desktop \ GM \ LSRP 1.0 Gaming EN \ Europe Nation Gaming Roleplay \ gamemodes \ enrp.pwn (61616): warning 213: tag mismatch
PHP код:
    for(new 0sizeof(BizzInfo); h++)
                {
                    if(
PlayerToPoint(2.0iBizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], BizzInfo[h][bEntranceZ]))
                    {
                        if(
BizzInfo[h][bOwned] == 1)
                        {
                            
format(stringsizeof(string), "~b~SHOP:~w~%s~b~~n~OWNER:~w~%s~n~~b~VALUE:~w~ $%d",BizzInfo[h][bMessage],SBizzInfo[h][bOwner],SBizzInfo[h][bEntranceCost]); // Line 61616, warning.
                        
}
                        else
                        {
                            
format(stringsizeof(string), "~w~%s~w~~n~This Business is for sale~n~Cost: ~g~$%d ~w~Level : %d ~n~~b~ /buybiz ~w~to buy this Business",BizzInfo[h][bMessage],BizzInfo[h][bBuyPrice],BizzInfo[h][bLevelNeeded]);
                        }
                        
InfoBoxForPlayer(istring);
                        
SendDebugMessage("CustomPickups, BizzInfo");
                    }
                } 
Reply


Messages In This Thread
Help me? - by uTorrent - 21.04.2013, 09:33
Re: Tag mismatch? - by MattyG - 21.04.2013, 09:44
Re: Tag mismatch? - by uTorrent - 21.04.2013, 09:53
Re: Tag mismatch? - by Jstylezzz - 21.04.2013, 09:54
Re: Tag mismatch? - by MattyG - 21.04.2013, 10:05
Re: Tag mismatch? - by uTorrent - 21.04.2013, 10:05
Re: Tag mismatch? - by MattyG - 21.04.2013, 10:07
Re: Tag mismatch? - by uTorrent - 21.04.2013, 10:14
Re: Tag mismatch? - by Jstylezzz - 21.04.2013, 13:48

Forum Jump:


Users browsing this thread: 2 Guest(s)