Quote:
Originally posted by Snakeandy7
Hrmm, i'm trying to understand that, it help's alot that, thanks tseng. care to give a example of the screenwidth?
|
Sure.
NPC Code:
//#CLIENTSIDE
if (created || timeout) {
setplayerprop #c,My screenwidth is: #v(screenwidth);
timeout=0.05;
}
Change the width of your window and watch the number change!
