Quote:
|
Originally Posted by Andy0687
If im best guessing here, dosent that code only catch players logging online as in like client? Tested it and it will not be catching my RC logging on.
Your best bet I would say is to use two strings, currently logged on RCs and new RCs, check them against one another every once in awhile, if you find a new one, add it to the list of already online RCs, display a message, and dont check for them anymore.
|
Yeah, true, but I cant remmember if theres a function like onActionRCOnline.. if there isnt, you would have to make a constant loop that checks all online RCs.