23.03.2014, 02:06
Hello so i made a stock but i cant figure out how to make it work it gives me warnings such as "not matches defenistion"
how can i make my stock decrease health every second like in variables for exsample Time[playerid] --;
how do i do this with stocks?
here is my stock
how can i make my stock decrease health every second like in variables for exsample Time[playerid] --;
how do i do this with stocks?
here is my stock
pawn Код:
stock DecreaseHealth(playerid)
{
SetPlayerHealth(playerid, GetPlayerHealth(playerid) --);
}