obj/NPCs |
I made this so far. Is it possbile to make that winset window will open next to npc on screen for everyone no matter what what screen resolution they have.
Hello.
I made this so far. Is it possbile to make that winset window will open next to npc on screen for everyone no matter what what screen resolution they have. | ||
#2 Feb 23 2012, 1:53 pm
|
|
Ty that was usefull :)
| |
You would need to loop through all mobs, then check for clients and then winset()/winshow() to show the screen. OR you can loop through all clients and just do the same thing, I just don't like looping through clients.