bandi94 Posted September 7, 2011 Share Posted September 7, 2011 i create a gui for radio chanels when you press r it show/hide and has a grid list and in it radio chanel names when you double click on a name the radio chanel start it has a volume bar and on/off buton (i use race gamemod) all good work fine until the next map start when the next map start when you press r it show up but i can't click on on/off buton if i double click on a radio chanel name it don't change volume bar again don't change the volum .. is't 100% client side all in 1 LUA it's a 1.1 bug or script bug or who knows what pls help ? Link to comment
IIIIlllllIII Posted September 7, 2011 Share Posted September 7, 2011 post your code here we want see it Link to comment
bandi94 Posted September 7, 2011 Author Share Posted September 7, 2011 (edited) MOJRM-511 if you steal my code and uploadit to somewhere i will .... Removed thx for all Edited September 7, 2011 by Guest Link to comment
SDK Posted September 7, 2011 Share Posted September 7, 2011 addEventHandler("onClientResourceStart",root,ablak) Don't use "root", it willl happen when any resource/map starts, not just yours addEventHandler("onClientResourceStart",resourceRoot,ablak) Link to comment
bandi94 Posted September 7, 2011 Author Share Posted September 7, 2011 thx man its work Link to comment
Castillo Posted September 7, 2011 Share Posted September 7, 2011 TAPL, would be nice if you could stop posting off-topic, everything has a risk, if you post it here, someone else could take the code without help, but others may help you. 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