Yes i am sending it to all players. All players receive the message, but the problem is it fails to restore the shadows and spits out messages that sprites are missing. I'm guessing that the sprite missing is the shadow sprite?
The current code was my second method, the first method i used MSG_BROADCAST and 0 as id.
PHP Code:
message_begin (MSG_BROADCAST, msg_shadow, _, 0);
write_long (1);
message_end ();
still the same result...