Hi Guys i become this littel fucking error in ct_show_timer (line 1336)
Code:
if( climbstatus[id] == CT_STATUS_NONE ) {
new hud_text[256]
set_hudmessage( 54, 113, 156, 0.3, 0.0, 0, 0.0, 5.0, 0.0, 0.5, 1 )
if(gChecks[id] > 1)
{
format( hud_text, 255, "[ Time: 00:00 | Status: None | Checkpoint: %s ]",gChecks[id] )
}else{
format( hud_text, 255, "[ Time: 00:00 | Status: None | Checkpoint: 0 ]" )
}
show_hudmessage( id, hud_text )
return PLUGIN_HANDLED
}
I hope anyone can help me.