Overkillz Posted June 26, 2014 Share Posted June 26, 2014 Hey everone, Im trying to render a imagen using a server event"onPlayerLogin", but It doesn't work, Im too nab on Script, Im learning and I hope you can fix this error: - Cliente addEvent('Shimu', true) function Shimu ( ) addEventHandler("onClientRender", getRootElement(), shimuLoading) end - Server addEventHandler('onPlayerLogin', root, ------Will not be "root" function ( ) triggerClientEvent(source, 'Shimu', source ) end ) Thanks and regards. Link to comment
Et-win Posted June 26, 2014 Share Posted June 26, 2014 addEvent('Shimu', true) function Shimu ( ) addEventHandler("onClientRender", getRootElement(), shimuLoading) end addEventHandler("Shimu", getRootElement(), Shimu) 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