New programmer Posted April 30, 2013 Share Posted April 30, 2013 How do I trigger a specific client-side player i am testing triggerClientEvent(thePlayer, "theTriggerTest", source, value1, value2) -- thePlayer Came from triggerServerEvent Link to comment
PaiN^ Posted April 30, 2013 Share Posted April 30, 2013 That depinds how you're triggering your server side event, For example if you were using onPlayerJoin event, Then send the trigger to the source . And if you were using onMarkerHit event, Then you'll have to define the player in the function of the event and then send it to him . Link to comment
iPrestege Posted April 30, 2013 Share Posted April 30, 2013 triggerClientEvent Read it. 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