return error on side health?
#1

return error? any one can help me to fix that?
. thanks before

Код:
stock GetPlayerDarah(playerid) 
{
	return PlayerInfo[playerid][pHealth];// line 2110
}
stock SetPlayerDarah(playerid, Float:amount)
{
	PlayerInfo[playerid][pHealth] = amount;
	return SetPlayerHealth(playerid, amount);
}
get error
Код:
Process started >>>
anehaneh.pwn(2110) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
<<< Process finished. (Exit code 0)
================ READY ================
Reply


Messages In This Thread
return error on side health? - by kloning1 - 29.01.2017, 10:04
Re: return error on side health? - by SilentSoul - 29.01.2017, 10:06
Re: return error on side health? - by GoldenLion - 29.01.2017, 10:07
Re: return error on side health? - by kloning1 - 29.01.2017, 10:12
Re: return error on side health? - by GoldenLion - 29.01.2017, 10:27

Forum Jump:


Users browsing this thread: 1 Guest(s)