Tekken Posted March 13, 2015 Posted March 13, 2015 Why is it keep saying the event is not marked as triggerable ? My code: Server: addEvent("onPlayerMute", true) function mutePlayer(theTarget, muteTime, msg) --my code end addEventHandler("onPlayerMute", root, mutePlayer) Client: function() local theTarget = guiGridListGetSelectedItem(GUIEditor.gridlist[1], guiGridListGetSelectedItem(GUIEditor.gridlist[1]), 1) local muteTime = guiGetText(GUIEditor.edit[3]) local msg = guiGetText(GUIEditor.edit[4]) triggerServerEvent("onPlayerMute", localPlayer, theTarget, muteTime, msg) end
TAPL Posted March 13, 2015 Posted March 13, 2015 Because an server side event with this name already exist in MTA, choose different event name.
Tekken Posted March 13, 2015 Author Posted March 13, 2015 Because an server side event with this name already exist in MTA, choose different event name. It keep saying the same thing... i changet with 'onPlayerIsMute'
Tekken Posted March 13, 2015 Author Posted March 13, 2015 Sure look: https://lh3.googleusercontent.com/-UL63 ... titled.png
Tekken Posted March 13, 2015 Author Posted March 13, 2015 O shit my bad i forgot to save Thanks! #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