Check last player
How to check every round the last player?
|
Re: Check last player
What do you exactly mean by "last player"?
|
Re: Check last player
When the last player is alone, no mather if TT/CT, do some function...
|
Re: Check last player
Study "miscstats.sma":
PHP Code:
|
Re: Check last player
Also, what are the function to mute ct/tt/all players?
|
Re: Check last player
This is not the way this forums work. You are allowed to ask questions about scripting. And by that I dont mean random and multiple questions in one thread.
|
Re: Check last player
OP, you can simply use get_playersnum() and check if it's 1 when you need. If you need to check if the player is alone in the server, you can do it when player disconnects. AFAIK it's called when player is already disconnected, but you can set a little task to avoid getting the wrong number.
|
Re: Check last player
does not work correctly
PHP Code:
|
Re: Check last player
anyone?
|
Re: Check last player
make a loop with all players and use set_speak
|
| All times are GMT -4. The time now is 13:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.