24.03.2012, 20:08
ah i know the mistake, this line:
losehp = SetTimer("losehp",1500000,true);
define the first variable with some other name, for example:
losehp = SetTimer("losehp",1500000,true);
define the first variable with some other name, for example:
Код:
//on top of the script new losehptimer; //your new line losehptimer = SetTimer("losehp",1500000,true,"i",playerid);