I want to learn how to make a grid that shows who is online, their inactivity time, and if they're AFK or Online.
Can someone help?
ID:161428
May 8 2008, 10:27 am
|
|
In response to Howey
|
|
cause u only update the grid when the player logs in?
|
In response to Falacy
|
|
No, the grid will update every time anyone uses anything.
|
You will need to make a grid and dynamically adjust the size depending on the amount of players online.
proc/updatePlayersGrid() The estimate_time() proc is located here. Exercise #1: The code has been provided, but now you need to implement it. Make a skin file with the grid and alter the code to use this. Exercise #2: Try making it so that you can right-click on a name to bring up options, such as "Send Private Message" and (for moderators) Kick. -- Data |
In response to Android Data
|
|
i thot grids automaticaly updated their size if you didnt give them a preset one?
|
In response to Android Data
|
|
Android Data wrote:
You will need to make a grid and dynamically adjust the size depending on the amount of players online. > proc/updatePlayersGrid() The estimate_time() proc is located here. WEll, I've got the Online, or Away to show up. The name wont though... |
In response to Falacy
|
|
Why isn't it moving?