Henningstone / tw_netgui

!! DISCONTINUED !! [0.7] Teeworlds NetGUI project. Server can send custom GUIs to the client.
Other
4 stars 2 forks source link

check clients for compatibility #6

Closed Henningstone closed 8 years ago

Henningstone commented 8 years ago

Not sure if this is good, though. Maybe a bit too much? Also, the client could check for updates himself instead... I did it serversided to warn the player about possible compatibility issues, but it's usually not the servers response, is it…?

Any thoughts?

heinrich5991 commented 8 years ago

Is 1883 the magic number to prevent other clients from accidently sending this message?

Henningstone commented 8 years ago

Yes, you got it. Also, since I just reused the CNetMsg_Cl_NetGui_TriggerEvent, it prevents clashes with other IDs (because it is such a high number)

Henningstone commented 8 years ago

Closed by ab39ab0781d47de9caada189b37a96c168318cb8