(SOLVED)Help? Getting an error without a reason?
Hello everuyone, i got an error at making my new game, this is the error: ERROR!!! :: ############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object oGMS:
Variable oOtherPlayer.player_id(100101, -2147483648) not set before reading it.
at gml_Script_gms_step (line 677) - room_id = gms_other_get_real(player_id, "room"); ############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_gms_step (line 677)
called from - gml_Object_oGMS_StepNormalEvent_1 (line 1) - gms_step();
Idk what's causing this bug, Can someone help me?
PD: I DON'T HAVE ANY VARIABLE NAMED player_id.
Plz help!!
Discord: TheProhAslon#1656
Replies (2)
Last message on 24 Jun 2020
Size43
(Administrator)
on
24 Jun 2020, 12:40:39
Sounds like you might have placed an oOtherPlayer object in a room.
You should let oOtherPlayer objects be created by the extension instead.
Thank you so much! YOU DESERVE THE WORLD!!! YOU SAVED ME THANK YOUUUU