id of died player in team
when the player is died and he is terrorist then wht will be his Team Name when he is spectating someone..i want to loop msg to all that player who are died in that team which is winner of that round..
PHP Code:
PHP Code:
|
Re: id of died player in team
Quote:
Code: get_players(iPlayers, iNum, "b"); Use flag "b" instead of "a" Also, or you can just do: Code: get_players(iPlayers, iNum, "be", "TERRORIST"); It means find all player who is died and in Terrorist team. so if you use that, you don't need check again the team inside the loop. |
Re: id of died player in team
TYSM..... i will try and response...:D
|
Re: id of died player in team
PHP Code:
|
| All times are GMT -4. The time now is 10:13. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.