bandi94 Posted September 21, 2011 Share Posted September 21, 2011 hello the admin panel use this to send message from /report window to admin panel local tableOut = {} tableOut.category = guiGetText ( aReportCategory ) tableOut.subject = guiGetText ( aReportSubject ) tableOut.message = guiGetText ( aReportMessage ) triggerServerEvent ( "aMessage", getLocalPlayer(), "new", tableOut ) now i make a new panel whit more function's now it is possible that from my resource to triggerServerEvent "aMessage" from admin resource ( client side trigger a server event in another resource ) (to don't put my resource in admin panel script 0 ) thx Link to comment
Fabio(GNR) Posted September 22, 2011 Share Posted September 22, 2011 Look up callResource 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