first- for my queuing system it seems to bug if someone logs out while queuing which well I expected. If they do let's say I have a list of 2 players. If 1 of them has been logged out(deleted) would they than equal to null? Than I could check for a null.
Second question: how can I use arrow keys on webclient? As well as zoom it in 200% if it's at all possible.
In response to Ter13
|
|
yes i am aware of deletes problems.
and i know i make them delete themselves. I guess what i should do is just make them equal to null instead of del |
IMO, you should never use del unless absolutely necessary. It's slow and it hides memory leaks and design problems.