Guest Guest4401 Posted February 26, 2013 Posted February 26, 2013 Replace this: dxDrawText("The Proffessionals Controls:",125+(sx-1500)/2,beta+1,((sx-400)/2)+200,beta+40,tocolor(255,50,0),0.7,font,"left","top",true,true,true) dxDrawText("SPACE-Respawn",125+(sx-1500)/2,beta+20,((sx-400)/2)+200,beta+55,tocolor(255,255,255),0.7,font,"left","top",true,true,true) dxDrawText("F1-Userpanel",125+(sx-1500)/2,beta+40,((sx-400)/2)+200,beta+80,tocolor(255,255,255),0.7,font,"left","top",true,true,true) dxDrawText("F5 - Toptimes",125+(sx-1500)/2,beta+60,((sx-400)/2)+200,beta+99,tocolor(255,255,255),0.7,font,"left","top",true,true, true) dxDrawText("F3 - Car HIDE",125+(sx-1500)/2,beta+80,((sx-400)/2)+200,beta+99,tocolor(255,255,255),0.7,font,"left","top",true,true, true) With: dxDrawText("The Proffessionals Controls:",58,beta+1,((sx-400)/2)+200,beta+40,tocolor(255,50,0),0.7,font,"left","top",true,true,true) dxDrawText("SPACE-Respawn",58,beta+20,((sx-400)/2)+200,beta+55,tocolor(255,255,255),0.7,font,"left","top",true,true,true) dxDrawText("F1-Userpanel",58,beta+40,((sx-400)/2)+200,beta+80,tocolor(255,255,255),0.7,font,"left","top",true,true,true) dxDrawText("F5 - Toptimes",58,beta+60,((sx-400)/2)+200,beta+99,tocolor(255,255,255),0.7,font,"left","top",true,true, true) dxDrawText("F3 - Car HIDE",58,beta+80,((sx-400)/2)+200,beta+99,tocolor(255,255,255),0.7,font,"left","top",true,true, true)
Sex* Posted February 26, 2013 Author Posted February 26, 2013 (edited) FIXED! Edited March 6, 2013 by Guest
X-SHADOW Posted February 28, 2013 Posted February 28, 2013 why dont you use this for all guiGetScreenSize maybe it will work ? sx, sy , screenWidth, screenHeight = guiGetScreenSize()
Anderl Posted March 1, 2013 Posted March 1, 2013 why dont you use this for all guiGetScreenSize maybe it will work ? sx, sy , screenWidth, screenHeight = guiGetScreenSize() Left click on the function and check how many values are returned by it.
Anderl Posted March 2, 2013 Posted March 2, 2013 My reply says everything.. Quoting X-SHADOW message, obviously I was talking to him.
Sex* Posted March 2, 2013 Author Posted March 2, 2013 Okay, but please can someone help me with this? My server isnt going anywhere because of that bug.
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