Help with Network connection

Well i'm making a online game, and its my first project with networking feature. Im following and learning with the videos of the Wizirdi, i thing everyone know him btw.
But even following all the steps of him, i get an error, in the buffer_read() function.

especifically in this line of my code:
msgid = buffer_read(buffer,buffer_u8);

and the error is this:
1637702028296.png

Apparently is a problem with type of data of the buffer variable, but im following ALL THE SAME STEPS of the tutorial and im getting this error.
sorry by the bad english, im not fluent in the language.
 
If you have, then odds are you aren't actually following all the same steps exactly. You'll have to go back over the tutorial and retrace everything that happe
Have you updated any old script formats to the new functions? https://forum.yoyogames.com/index.p...ge-generates-undefined-variable-errors.79907/

If you have, then odds are you aren't actually following all the same steps exactly. You'll have to go back over the tutorial and retrace everything that happens.
WOW, i dont knew this new format...

Im using Game maker 2 again after some years of Unity, and i didnt know this changes.

Thanks man !!
 
Top