Five round function
Hello, I need plugin
I want. that evry 5 round show function event_startround() Thank you public event_startround() { new index, num, x, i, players[32] get_players(players, num) index = random_num(0, num - 1) for(x = index + 1; ; x++) { if(x >= num) x = 0 i = players[x] if ( cs_get_user_team(i) == CS_TEAM_T ) { set_task(1.0,"vitekmenu",i); break; } if(x == index) break } } |
Re: Five round function
Code:
|
Re: Five round function
Thank you
working 100% |
Re: Five round function
Quote:
gets called every round except 5, 10, 15 ... ? |
Re: Five round function
Quote:
|
| All times are GMT -4. The time now is 15:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.