johhnhd Posted December 30, 2013 Share Posted December 30, 2013 I need some help with a spawn menu it wont show up when a user joins the game and logs in here is some of the script client addEventHandler ( 'onPlayerLogin', true) addEventHandler ( 'onPlayerLogin', getRootElement(), checkPlayerAlive) addEventHandler("onClientPlayerWasted", getLocalPlayer(), drawWastedSelection) Link to comment
Drakath Posted December 30, 2013 Share Posted December 30, 2013 This line doesn't do anything: addEventHandler ( 'onPlayerLogin', true) And we can't help you if you only show us the event handlers. We need to see the functions. Also onPlayerLogin is server-side event. Link to comment
johhnhd Posted December 30, 2013 Author Share Posted December 30, 2013 done just added something to the server side script and removed bottom line 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