Check teams
This code checks if its 8 terroist alive
but how can i check if 8 and under 8 terroist alive? Code:
new t_count, ct_count, num, players[32], tempid |
Re: Check teams
Code:
Code:
|
Re: Check teams
t_count == 8
-> t_count <= 8 You could also use the flags "e" with "TERRORIST" and "CT" to get count more efficiently. |
Re: Check teams
Quote:
And 8 T and more? its like this then t_count => 8 |
Re: Check teams
=> will give error. Use >=
|
| All times are GMT -4. The time now is 06:31. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.