Could anyone give me a code for showing how many plater are onling. Like in Stats It Says Players Online: 1 or however many online.
And is it possible to make a GM verb thats shows you your game statistics. Like How many Different people have came on and how long they were on.
ID:177722
Aug 5 2002, 8:54 am
|
|
This is basically a matter of keeping a global player list:
Yes, it is.
Basically you'd want to keep another list:
Each item in playertime will be a player's ckey, with the time they've been logged in (in ticks) stored in an associated value.
If you want a more thorough log of players coming and going, you'll need something quite a bit more complex.
Lummox JR