PDA

View Full Version : How To Pause RoundTime


Paulster1022
06-12-2010, 17:39
How would I pause round time completely.

Example: So lets say the round time is 2:05. How could I keep it at that timer "2:05".

Get back to me guys, thanks appreciate it.

minimiller
06-12-2010, 17:49
rcon pauseable 1
pause

RedRobster
06-12-2010, 17:51
I don't think he meant pausing the actual game. :P

GXLZPGX
06-12-2010, 18:06
I don't think he meant pausing the actual game. :P

Well since you could probably code someones life into a plugin, why don't you help him out :P

Paulster1022
06-12-2010, 19:05
ya i actually meant just the round time in general not the actual game itself. If anyone knows, would help out a lot thanks.

Paulster1022
06-12-2010, 22:07
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

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.

drekes
06-13-2010, 03:36
if you want to block round end i recomment using this plugin. No fake bots or something.
http://forums.alliedmods.net/showthread.php?t=117782&highlight=arkshine+round+end

Paulster1022
06-13-2010, 12:18
I don't want to block round end. I want to do what amx_pause would actually do. Pause the round time completely, is there no way to actually do this besides amx_pause?? I mean i did it client side, but the server doesn't realize I paused it.... don't know what to do.

Paulster1022
06-13-2010, 17:20
Alright well i guess there is no way to do this. Typing "pause" in console would be the only way to freeze or pause the round time. No plugin can actually pause the round time, thanks anyway guys.