as the title says would it be possible to add an option to the command connectToServer where it would prompt the user to input a password
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- General
Event Timeline
Comment Actions
You can do via:
connectToServer [_ip,_port - 1,_password];
You can check our implementation via function browser having SOG/SPE CDLC loaded
p:\emm\multiplayer_menu\fnc\advancedServerBrowser\connect.sqf
p:\emm\multiplayer_menu\fnc\directConnect\connect.sqf
p:\emm\multiplayer_menu\fnc\global\connectToServer.sqf
p:\emm\multiplayer_menu\fnc\global\connectToServerLoading.sqf
p:\emm\multiplayer_menu\fnc\global\connectToServerPassword.sqf
p:\emm\multiplayer_menu\fnc\global\connectToServerSuccess.sqf
Comment Actions
i did end up doing my own work around just thought i might be nice for others to have an option