Okay well, i was able to pause the round time for the players. Not for the server though.
I Used this code for pausing the round time player side
Code:
message_begin(MSG_ONE, Round_Time,_,id)
write_short(roundtime)
message_end()
How can i pause it server side though, because the round still ends even though the round time is paused player side.
Someone get back to me, thank you.