Check
How to check if counter-terrorits or terrorits win ?
|
Re: Check
Check for sound
register_event("SendAudio","endround_event"," a","2&%!MRAD_terwin","2&%!MRAD_ctwin") or like this register_event("TeamScore", "teamScore", "ab") public teamScore(id) { new team[2] read_data(1,team,1) client_print(0,print_chat,"%s win",(team[0]=='C')? "CT" : "Ter") return PLUGIN_CONTINUE } |
Re: Check
I want to make only 1 randomly terrorist into CT team but i dont find it :/
-If ct loose round change player -If ct win round change player -If ct left game pick 1 terror to ct team |
Re: Check
code comes, 1 moment
|
Re: Check
Maybe this would more fit in 'request' section.
Quote:
by 'change player' you mean team swap? and of which player? Maybe this way is easier? Quote:
PHP Code:
I dunno, is there any register for change team? |
Re: Check
Ye, if he left team pick random 1 from terrorist team to ct team..
Code:
-If ct loose round change playerSorry for my bad english :S |
| All times are GMT -4. The time now is 00:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.