open.mp forum
[Suggestion] Allow Servers to Redirect player to another server. - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40)
--- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42)
--- Thread: [Suggestion] Allow Servers to Redirect player to another server. (/showthread.php?tid=561)



Allow Servers to Redirect player to another server. - Faqahat - 2019-05-15

Just a shower thought, Since many servers switch hosts , IP , ports and players have to add the server in lists again in my experience a server loses 30-50% of playerbase after a IP change. so instead of locking the server and changing name to alert users about IP change a server could just redirect user to another server when player joins (along with a prompt to add new IP or update existing server's IP in list).


Code:
Redirect(playerid,"192.168.1.1:7777")



RE: Allow Servers to Redirect player to another server. - XeroX - 2019-05-15

The player should have to manually accept the redirect (similar how hl2dm used to do it). Either some command or msg box.


RE: Allow Servers to Redirect player to another server. - Afisiado - 2019-05-15

If this feature is implemented it will be the best implementation and that would give open.mp much advantage


RE: Allow Servers to Redirect player to another server. - Gravityfalls - 2019-05-15

Welcome to the forums.

Please read this thread (https://www.burgershot.gg/showthread.php?tid=553), and here's the thread where it's already suggested (https://www.burgershot.gg/showthread.php?tid=223).

:)


RE: Allow Servers to Redirect player to another server. - Faqahat - 2019-05-16

(2019-05-15, 06:52 PM)Gravityfalls Wrote: Welcome to the forums.

Please read this thread (https://www.burgershot.gg/showthread.php?tid=553), and here's the thread where it's already suggested (https://www.burgershot.gg/showthread.php?tid=223).

:)
Thank you, haha Sorry?, I never thought?this would be?already suggested.?

P.S : Love the show Gravity falls One of my Fav.


RE: Allow Servers to Redirect player to another server. - Gravityfalls - 2019-05-16

(2019-05-16, 01:42 AM)Faqahat Wrote:
(2019-05-15, 06:52 PM)Gravityfalls Wrote: Welcome to the forums.



Please read this thread (https://www.burgershot.gg/showthread.php?tid=553), and here's the thread where it's already suggested (https://www.burgershot.gg/showthread.php?tid=223).



:)

Thank you, haha Sorry?, I never thought?this would be?already suggested.?



P.S : Love the show Gravity falls One of my Fav.



Haha, that's where the name actually came from xd


RE: Allow Servers to Redirect player to another server. - Pinch - 2019-05-23

Never implement this because it's abuseable, thank you.


RE: Allow Servers to Redirect player to another server. - XeroX - 2019-05-23

It can be easily prevented by giving the player the choice to accept the redirect (either some command or auto generated dialog). Similar how HL2DM does it.