Wei Posted July 4, 2012 Share Posted July 4, 2012 (edited) [sOLVED] Edited July 4, 2012 by Guest Link to comment
TheIceman1 Posted July 4, 2012 Share 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 ) Link to comment
Wei Posted July 4, 2012 Author Share Posted July 4, 2012 event not added server side is the name. And is allready solved... 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