Markeloff Posted July 6, 2015 Share Posted July 6, 2015 Is there anyway to make this export client sided without using variables or element data? function isPlayerJailed(p) return getAccountData(getPlayerAccount(p),"Jailed") end Link to comment
KariiiM Posted July 6, 2015 Share Posted July 6, 2015 You've to use these events to trigger from side to other --Server side only: triggerClientEvent --Client Side only: triggerServerEvent 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