I remeber this link
http://svn.alliedmods.net/viewvc.cgi/?root=teame06
and there was a plugin to set the time from kreedz to player scoreboard, but nomore...
How can i set the time to player scoreboard
Code:
public finish_climb(id) {
new name[15]
start_button[id] = true
get_user_name(id,name,15)
new iTime = floatround(get_gametime() - kz_StartTime[id])
ColorChat(0, RED, "[kz#] ^1%s finished the map in ^4%d:%02d ^1(CP:^4%i ^1TP:^4%i^1)",name,iTime/60, iTime%60,cp_count[id],tp_count[id])
timer_started[id] = false
reset_data(id)
return PLUGIN_CONTINUE
}