GameMaker Server 1.7.6: Patch for GM8.1

This patch fixes a problem that caused all text drawn using the default font (-1) to disappear. If you are not using GameMaker 8.1, you're not affected by this issue and you won't need to update.

NOTE: The quick install program still installs the old version. You'll need to manually install the extension.

Replies (7)

Last message on 10 Oct 2014

namlunthkl on 9 Oct 2014, 00:27:46
Hi guys, i am a new Game Maker Server Developer, how can I destroy an instance at all client's game????
Size43 (Administrator) on 9 Oct 2014, 12:23:42
If you sync the instance using the is_extended flag, the instance will be destroyed on all clients.
LightVelox on 15 Aug 2014, 21:28:44
Simple question,i have this problems and this have desapear but a one last question,if i use

gms_setting(true,...)

is prosible to use

gms_setting(false,...) again to change the settings?please a nedd this for my game,it have 2 different players
Size43 (Administrator) on 15 Aug 2014, 21:33:28
No, that won't work. Instead, create a new object and use it as a parent for both player objects. Then, enter the parent as the player object in gms_settings.
Orbacal on 13 Aug 2014, 20:37:39
Thanks!
namlunthkl on 10 Oct 2014, 06:37:14
Hey, My browser said: "Your browser doesn't support HTML5 canvas." I have turned on Javascript!
Size43 (Administrator) on 10 Oct 2014, 15:17:36
Please note that the extension does not support the HTML5/JavaScript exports right now. :)