--DELI16-- Posted February 23, 2014 Posted February 23, 2014 bug getElementData(localPlayer,"busData") > 12 then L2-- Help pls client.lua function PanelShow () text = " "..getElementData(localPlayer,"busData").." " guiSetText(GUIEditor_Label[5], text) getVisible = guiGetVisible (cngbuswindow) if (getVisible == true) then guiSetVisible (cngbuswindow, false) showCursor (false) elseif (getVisible == false) then showCursor (true) guiSetVisible (cngbuswindow, true) guiSetInputEnabled(false) if getElementData(localPlayer,"busData") < 6 then guiSetText(GUIEditor_Label[3],"L1") elseif getElementData(localPlayer,"busData") > 7 then guiSetText(GUIEditor_Label[3],"L2") elseif getElementData(localPlayer,"busData") > 12 then guiSetText(GUIEditor_Label[3],"L3") end end end bindKey("F5","down",PanelShow)
Moderators Citizen Posted February 23, 2014 Moderators Posted February 23, 2014 We aren't talking on a phone ... please write a complete sentence with more details of what you want to do and what's the problem. The rEvolution is coming ...
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