warning 213: tag mismatch
#1

Hello, can someone solve me this please?

PHP код:
stock GivePHealth(playeridhealth)
{
        new 
Float:currHealthFloat:nhealth;
        
GetPlayerHealth(playeridcurrHealth);
        
nhealth currHealth health;
        
SetPHealth(playeridnhealth); //line 224
}
stock SetPHealth(playeridhealth)
{
    
SetPlayerHealth(playeridhealth);
    
pInfo[playerid][Health] = health;

PHP код:
public OnPlayerGiveDamage(playeriddamagedidFloatamountweaponidbodypart)
{
    if(
pInfo[damagedid][AOD] == 1)
    {
              
GameTextForPlayer(playerid"~g~DO NOT SHOOT AOD's"30003);
              
GivePHealth(playeridamount); // line 222
    
}
    return 
1;

Код:
C:\Program Files\MyServer\pawno\include\required/stocks.inc(224) : warning 213: tag mismatch
C:\Program Files\MyServer\gamemodes\WGCNR.pwn(222) : warning 213: tag mismatch
Reply


Messages In This Thread
warning 213: tag mismatch - by E7mad - 25.12.2015, 09:55
Re: warning 213: tag mismatch - by Larceny - 25.12.2015, 10:24

Forum Jump:


Users browsing this thread: 1 Guest(s)