22.02.2015, 13:44
Oh, okay.
So i managed to fix my function as you said. Previous error fixed but new error spotted.
I fixed it from:
to:
So i managed to fix my function as you said. Previous error fixed but new error spotted.
Код:
error 017: undefined symbol "health"
Код:
format(str,sizeof(str),"{00FF00}Amount of HP{FFFFFF}: %d\n",GetPlayerHealth(playerid));
Код:
format(str,sizeof(str),"{00FF00}Amount of HP{FFFFFF}: %d\n",GetPlayerHealth(playerid,health));