new bron, zycie; bron = get_user_weapon(id) zycie = get_user_health(id) if(is_user_alive(id) && bron == CSW_KNIFE && zycie == 5){ createBarTime(id, 5, 0) } stock createBarTime(id, iTime, startprogress = 0){ static barTime2; if(!barTime2) barTime2 = get_user_msgid("BarTime2"); message_begin( id ? MSG_ONE : MSG_ALL, barTime2, _, id) write_short( iTime ); write_short( startprogress ); message_end(); } /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1045\\ f0\\ fs16 \n\\ par } */