why not use integar
Code:
public timerCount(id) {
second[id] ++
new h,m,s
h = second[id] / 3600
m = (second[id] % 3600) / 60
s = (second[id] % 3600) % 60
set_hudmessage(200, 100, 0, -1.0, -5.0, 0, 0.0, 500000.9, 0.0, 0.0, 4);
show_hudmessage(id, "%02d:%02d:%02d", h,m,s);
return PLUGIN_CONTINUE;
}
__________________
Project : CSDM all in one - 99%
<team balancer#no round end#entity remover#quake sounds#fake full#maps management menu#players punishment menu#no team flash#colored flashbang#grenade trails#HE effect#spawn protection#weapon arena#weapon upgrade#auto join#no weapon drop#one name>