scaryface87 Posted September 13, 2014 Share Posted September 13, 2014 Hello , I would like to know how to save a note in guiCreateEdit. For example if player 1 opens the panel with guiCreateEdit then he sees the message in it , also he need to be able to edit it. if player 2 opens the panel then he can see the same message and he can edit it also. I just need to know how to save the text wich the players puts in. greetings Link to comment
MIKI785 Posted September 13, 2014 Share Posted September 13, 2014 Use triggerServerEvent and save it in a variable on the server if you want it synced.. then sync it to players using triggerClientEvent whenever it gets changed. 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