Well so far i suck at online game making...

John- Admin

- Posts: 221
Join date: 2009-04-20
Location: U.S.A.
What exactly does it do to tell you it's wrong?

sinco- Stranger

- Posts: 8
Join date: 2009-11-03
Age: 16
Argument0 = Socket to send to.
thats it
and this error just angers me
___________________________________________
ERROR in
action number 1
of Other Event: Game End
for object obj_client:
Error in code at line 7:
writebyte(global.myid);
at position 23: Unknown variable myid
thats it
and this error just angers me
___________________________________________
ERROR in
action number 1
of Other Event: Game End
for object obj_client:
Error in code at line 7:
writebyte(global.myid);
at position 23: Unknown variable myid

luke- Admin

- Posts: 156
Join date: 2009-05-08
Age: 15
Location: Dallas, TX
Do you see the "Unknown variable myid" ?
That's your problem. Reading a debugging log is important.
Make sure global.myid is actually filled with something, or initialised to 0
That's your problem. Reading a debugging log is important.
Make sure global.myid is actually filled with something, or initialised to 0




by 