ID:172416
May 14 2004, 1:40 pm
|
|
It seems that in the login proc, only one person logging in can have a different icon. If there is a way to get multiple ones please tell me!!
|
In response to Madpeter
|
|
Please don't use usr in Login(). src works perfectly fine there and is much safer.
|
In response to Jon88
|
|
Well those systems would work fine if i wanted anyone to use any icons.
but im using it for Admins only so... scratch that idea? |
In response to Tabu34
|
|
Tabu34 wrote:
Well those systems would work fine if i wanted anyone to use any icons. Why? Just check to see if you want to let whoever is logging in choose their own icon. |
In response to Jon88
|
|
I got it to work. i just had to add return somewhere.
|
or you could randomly give them one anyways heres some code
----- MENU ------
-------------------
that system uses a new icon for each icon (... need to find a better way of saying that) and then sets the icon and icon_state up
----- random ------
----------------------
this system make a random var from 1 to 4 and uses it
to pick the icon and icon state
please note that both of the systems are un tested and off the top of my head.