Jump to content

[Help]bug fix pls


--DELI16--

Recommended Posts

Posted

wbZZ5Y.png

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
Posted

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 ...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...