15-11-2006, 11:35 PM
sorry man >.>, as i said in my post ive never used timers before and i havwe no idea how they work, i found some info on it, so they hit intervals ok, i have mine hitting 30000 milliseconds[30 secs] and then the SP should drop but it just doesnt do anything. my code is this
Code:
If GetPlayerSp(myindex) = 0 Then
SetPlayerHp(MyIndex, GetPlayerHP(myindex) - 2)
Else
SetPlayerSp(Myindex, GetplayerSP(myindex) -2)
End if