how can i make custom characters

i want to make custom character for the game (gm8.1) and i want to use url to upload the image but idk how to use an url to create a sprite and idk how can i make other players can see your skin (im sorry if my english is incorrect)

Replies (2)

Last message on 19 Nov 2018

BubbleDerp on 19 Nov 2018, 00:56:37
if you still want to use custom skins you can send data directly between clients

draw the sprite to a surface and then use buffer_get_surface to copy the surface data to the buffer.
On the other end use buffer_set_surface to get the surface data from the buffer.
The use sprite_add_from_surface to create a new sprite using that surface.
Size43 (Administrator) on 18 Nov 2018, 15:02:51
GameMaker Server does not support image hosting at the moment.