ID:912499
 
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?
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.
OMG....I have this same question..lol