View Single Post
  #4  
Old 02-03-2013, 05:41 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Sounds like the attr solution would work fine for you.

Quote:
Originally Posted by Jiroxys7 View Post
but considering this is in a loop, which is triggered by another player's attack
Why not just send the data whenever you're letting the player know they've been attacked?

Quote:
I mean like something that's accessed only when it's called for. e.g. temp.thing = findplayer("Dude").client.stuff; would basically do it's own triggerserver to determine the variable, then go back to the client again to set temp.thing. wouldn't that be feasible? I recall something like that being possible in one of the C languages.
You could rig something up but it would probably be impractical due to high latency.
__________________
Reply With Quote