20-07-2006, 01:27 AM
I'm not sure what you're trying to do. I assume, you are sending a packet to the server to start a battle, and when the server recieves that packet, trying to open the form client side, by calling the function server side?
If so, just send a packet back to the client, and send a variable with a value, and do an if check or something, that if the parse = 1 then frmbattle.visible = true
If that's what you're trying to do, I don't really understand your posts all that much, sorry if I'm wrong. ^_^
If so, just send a packet back to the client, and send a variable with a value, and do an if check or something, that if the parse = 1 then frmbattle.visible = true
If that's what you're trying to do, I don't really understand your posts all that much, sorry if I'm wrong. ^_^