warning 202: number of arguments does not match definition
#4

Oh, okay.

So i managed to fix my function as you said. Previous error fixed but new error spotted.

Код:
error 017: undefined symbol "health"
I fixed it from:

Код:
format(str,sizeof(str),"{00FF00}Amount of HP{FFFFFF}: %d\n",GetPlayerHealth(playerid));
to:

Код:
format(str,sizeof(str),"{00FF00}Amount of HP{FFFFFF}: %d\n",GetPlayerHealth(playerid,health));
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)