TheIceman1 Posted July 4, 2012 Posted July 4, 2012 Try that: addEventHandler("onClientGUIClick", sPanelGridList["MainPlayers"], function() local pName = guiGridListGetItemText ( sPanelGridList["MainPlayers"], guiGridListGetSelectedItem ( sPanelGridList["MainPlayers"] ), 1 ) local pLayer = getPlayerFromName( pName ) triggerServerEvent("staffPanel:refreshLabelData", getLocalPlayer(), pLayer ) end , false )
Wei Posted July 4, 2012 Author Posted July 4, 2012 event not added server side is the name. And is allready solved...
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