Blaawee Posted November 16, 2011 Share Posted November 16, 2011 (edited) EDIT Edited November 28, 2011 by Guest Link to comment
CapY Posted November 16, 2011 Share Posted November 16, 2011 (edited) img = guiCreateStaticImage(0,4,432,251,"back.png",false,Window) guiMoveToBack( img ) guiSetEnabled ( img, false ) Edited November 16, 2011 by Guest Link to comment
Blaawee Posted November 16, 2011 Author Share Posted November 16, 2011 i put it false it wont show Link to comment
Blaawee Posted November 16, 2011 Author Share Posted November 16, 2011 o.k now it's work i forget remove this (--) , thx capy now it say at line 58 when i change my name tag color Link to comment
CapY Posted November 16, 2011 Share Posted November 16, 2011 o.k now it's work i forget remove this (--) , thx capy now it say at line 58 when i change my name tag color What does it says at line 58 ? Link to comment
Blaawee Posted November 16, 2011 Author Share Posted November 16, 2011 Bad argument @' setPlayerNameTagColor Link to comment
CapY Posted November 16, 2011 Share Posted November 16, 2011 Bad argument @' setPlayerNameTagColor setPlayerNametagColor(name,guiScrollBarGetScrollPosition(nredBar)*2.55,guiScrollBarGetScrollPosition(ngreenBar)*2.55,guiScrollBarGetScrollPosition(nblueBar)*2.55) Now ? Link to comment
^Dev-PoinT^ Posted November 16, 2011 Share Posted November 16, 2011 what about this ? if source == nredBar or source == ngreenBar or source == nblueBar then setPlayerNametagColor(localPlayer,(guiScrollBarGetScrollPosition(nredBar)*2.55),(guiScrollBarGetScrollPosition(ngreenBar)*2.55),(guiScrollBarGetScrollPosition(nblueBar)*2.55)) Link to comment
Blaawee Posted November 16, 2011 Author Share Posted November 16, 2011 Thx Dev-PoinT it's work Link to comment
CapY Posted November 16, 2011 Share Posted November 16, 2011 Btw, Blaawee setPlayerNametagColor is a server sided function. Link to comment
Blaawee Posted November 17, 2011 Author Share Posted November 17, 2011 but in the wiki it can be client and server side ! Link to comment
^Dev-PoinT^ Posted November 18, 2011 Share Posted November 18, 2011 no but it client gui functions is only clientside and setPlayerNameTag can be client but it client Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now