Get Started
·
Register
·
Login
Posts
ID:912499
Favorites
Creations
Medals
Question?
in
Developer Help
[Tips]
ID:912499
Aug 4 2012, 12:44 pm
Flysbad
Problem description:
Could someone tell me how give me a coding example of how I can get the client.view for every player beased on their window size?
#1
Aug 4 2012, 12:50 pm
Dj dovis
Well if your asking of how to set the client.view based on the size of the window then all you would need to do really is get the size of the map using winget parse the width and height and use this I guess :
client.view=
"
[round(width/32)]
x
[round(height/32)]
"
I guess this should work.
#2
Aug 4 2012, 1:15 pm
Dtwon
OMG....I have this same question..lol
Copyright © 2013 BYOND. All rights reserved.
I guess this should work.