Jump to content

ReDK11L

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ReDK11L

  1. @manawydan, Obrigado! Mais estou fazendo de outro modo! Obrigado pela ajuda de todos.
  2. Olá galerinha, sou novo em Lua/MTA. Estou tentando fazer um scripting de teste! Estou chamando uma função do Cliente, pelo Servidor. Mais quando eu chamo, A função do cliente não é executada! Segue o código! --Server function entrouFunctions() triggerClientEvent ( "fucsEntrou", source) end addEventHandler( "onPlayerJoin", getRootElement(), entrouFunctions) --Cliente function displayEntrou() outputChatBox(".......") end addEvent("fucsEntrou", true) addEventHandler("fucsEntrou", root, displayEntrou) Desde já, Agradeço a ajuda a Comunidade!
×
×
  • Create New...