HustraDev Posted August 8, 2014 Share Posted August 8, 2014 local team = 'Army' if getElementData(localPlayer,'Team') == team then guiSetVisible ( armyimg, true ) end -- client Side i need the code to show img in gui if the Team = Army Thnx Sorry For Bad English Link to comment
tosfera Posted August 8, 2014 Share Posted August 8, 2014 Is the data really 'Army'? Maybe you should do a small debugline under local team; outputDebugString ( getElementData ( localPlayer, 'Team' ) ) Link to comment
HustraDev Posted August 8, 2014 Author Share Posted August 8, 2014 Is the data really 'Army'? Maybe you should do a small debugline under local team; outputDebugString ( getElementData ( localPlayer, 'Team' ) ) Same problem ! 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