Problem:imam jedan problem kod health
dio skripte:
if (listitem == 0)
{
JB_GivePlayerMoney(playerid, -15);
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DRINK_SPRUNK);
SetPlayerHealth(playerid, health + 10.0);
format(string, sizeof(string), "~r~Coca Cola");
GameTextForPlayer(playerid, string, 3000, 1);
return 1;
}izbaci mi da je neki problem sa health
