[DeathRace] Xalus #mF won the 'DeathRace' Time: 112282577
Time = 112282577 ? :s
PHP Code:
public StartTimer()
{
MapTime = get_gametime()
ChatColor(0, "!g[%s]!y Timer is started,!team Go Go Go!", prefix)
}
PHP Code:
if(get_pcvar_num(dr_timer))
{
new Float:TimePlayer = (get_gametime() - MapTime)
ChatColor(0, "%L !yTime: !team%d", LANG_PLAYER, "WON", prefix, szName, TimePlayer)
}
__________________