cuervox123 Posted November 7, 2015 Share Posted November 7, 2015 hello, I need help in the script endmision in the file client where select all players tested with different arguments and I can not. Thanks for the help C: function endmision() if isElement (truckerMarker) then destroyElement ( truckerMarker ) end if isElement (truckerBlip) then destroyElement ( truckerBlip ) end triggerEvent("callOutputGuiText", localPlayer, "TE DESCARRILASTE:Regresa al trabajo.", 0, 255, 0) end addEvent( "re", true) addEventHandler("re", root, endmision) S: function ealoo(source) triggerClientEvent("re",source) end addEventHandler("onTrailerDetach", root, ealoo) Link to comment
aka Blue Posted November 7, 2015 Share Posted November 7, 2015 Intenta esto. PD: Si eres español, ve al apartado 'Spanish' del foro triggerClientEvent(source,"re",source) 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