-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] changeteam event #51
Comments
you dont need a event for this, if you add a variable to the player setting the original team he was and then keep checking if the actual team have changed to a different team as the variabel, you know when the player have changed team. |
I don't need it. I want it |
This is the same reply you have say to dragon about the feature he whanted:
|
My reply to Dragon was a one line thing using the exact rcon command he was refering to, and I thought he didn't know that it could be used along with stuffsrv. And the whole point of having events is to prevent the use of while loops and workarounds like that. But anyways, thanks for your help, doublekill My feature request stays up |
The while loops exist on the scripting, are meant to be used and we know a while loop doesnt do nothing to the performance of the server if his done properly. What tilts me, is you prefer wasting time of RyBack on creating the event, instead you easly make this by script. Sayng to avoid a while loop is bad escuse. Other important thing is we should suggest features where theres no possible way by scripting so that feature are worth the time of RyBack and we know time is very valuable when you dont have pratacly him for the things you whant to do. |
No worries double, I usually do the highest priority feature requests/bugfixes first. Thank you for considering the time factor for me 😄. |
Basically an event triggered when a player switch teams.
(I think this even already exist in openmohaa. Not sure if it really works tho)
with
local.oldteam
andlocal.newteam
returning the same possible values aslocal.player.dmteam
allies
,axis
,spectator
orfreeforall
(no idea if freeforall even works, never seen it returning that)The text was updated successfully, but these errors were encountered: