Quote:
Originally Posted by zmd94
Just change this:
PHP Code:
public zp_round_started( ) { set_task( 1.0, "Ctask__Update", _ ,_ ,_ , .flags = "b" ); }
-->
PHP Code:
public client_putinserver( ) { set_task( 1.0, "Ctask__Update", _ ,_ ,_ , .flags = "b" ); }
|
Ok/ This work!
BUT. When started new round score hud not works!
He work only first round and next rounds not work!