26.07.2015, 19:54
Well, i create this:
Its good?
Код:
stock KillTimer_H(timerid)
{
if(timerid == -1) return 1;
return KillTimer(timerid);
}

