OFPSDEV / BECTI

Mission Development for OFPS
3 stars 4 forks source link

Team Swap Parameter Not Working #82

Open thecoolestname36 opened 9 years ago

thecoolestname36 commented 9 years ago

Wont stop team swappers when team swapping is disabled.

SpanishSurfer commented 9 years ago

Fixed in 873ca8679b1ec7d39c8e1fd71b19593c3fead6ab

thecoolestname36 commented 9 years ago

Still broken. The bug appears to live in '\Server\Init\Init_PublicVariables.sqf' in line 128

_first_time = _get select 4; //--- Get any previous successful join attempts. if !(_first_time) then { //--- Bypass if no previous successful join detected (ie kicked for stacking on first join).

it appears that this variable is null or always returning an incorrect variable. It works, but if you teamswap quickly it will let you on the other team. But if you teamswap slowly it will kick you on your way back to your original side. Im stumped on this one.