1 for each team, don't going well :(
PHP Code:
Btw. It should only be this there should be looked at: PHP Code:
|
Re: 1 for each team, don't going well :(
when will this happen????
PHP Code:
|
Re: 1 for each team, don't going well :(
For sure it can't work like that. Change && by ||. Or both by is_user_alive()
|
Re: 1 for each team, don't going well :(
Does anyone know a way to restrict it to only 1 player on each team?
@Arkshine and DR.G I did it because it was a BAD try to make it. |
Re: 1 for each team, don't going well :(
make a bool for each team and set it to false. then in your demon function, do:
if(!gbVar) { make_new_demon(id); gbVar = true; } |
Re: 1 for each team, don't going well :(
Do you want a player to keep his demonic only for the round it was issued? Or for the entire connection to server? Or until you issue a 'undemonic' command on player?
|
Re: 1 for each team, don't going well :(
It should only be a round. But it should be only one for each team :(
|
Re: 1 for each team, don't going well :(
PHP Code:
|
Re: 1 for each team, don't going well :(
What is all the ? and : like that means in this?
PHP Code:
|
Re: 1 for each team, don't going well :(
Quote:
ie. Only 1 player is allowed to be demonic Only 2 players are allowed to be demonic Only 9 players are allowed to be demonic |
| All times are GMT -4. The time now is 15:29. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.