[pawn]stock createBarTime(id, Float:fTime, startprogress = 0){ static barTime2; if(!barTime2) barTime2 = get_user_msgid(„BarTime2”); message_begin( id ? MSG_ONE : MSG_ALL, barTime2, _, id) write_short( floatround( fTime ) ); write_short( startprogress ); message_end(); }[/pawn] lub czas jako wartośćCzytaj dalej