Tag mismatch
#1

Trying to make a custom health system:

pawn Code:
stock SetPlayerHP(playerid, hp)
{
    Player[playerid][pHealth] = hp;
    return 1;
}
OnPlayerSpawn:

pawn Code:
SetPlayerHP(playerid, 100);
But i'm getting tag mismatch at OnPlayerSpawn line. What's wrong?
Reply


Messages In This Thread
Tag mismatch - by SymonClash - 26.03.2019, 15:20
Re: Tag mismatch - by SiaReyes - 26.03.2019, 15:26
Re: Tag mismatch - by SymonClash - 26.03.2019, 15:29

Forum Jump:


Users browsing this thread: 1 Guest(s)