Jump to content

DARTH

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by DARTH

  1. it worked thank you man, i really had forgotten the meta.xml
  2. function ini() wnd = guiCreateWindow(1063, 243, 235, 323, "test", false) btn = guiCreateButton(71, 76, 101, 44, "open", false, wnd) end addCommandHandler("o",ini) I can't open the gui at all, even using guiSetVisible inside the function and nothing! Can someone help me? returns me the following error on the console : attempt to call global 'guiCreateWindow' (a nil value)
  3. function ini() janela = guiCreateWindow(1063, 243, 235, 323, "test", false) btn = guiCreateButton(71, 76, 101, 44, "ABRIR", false, janela) end addCommandHandler("o",ini) Eu não consigo abrir o gui de jeito nenhum , mesmo usando o guiSetVisible dentro da função e nada ! alguém pode me ajudar? me retorna o seguinte erro no console attempt to call global 'guiCreateWindow' (a nil value)
  4. Como posso verificar se um player está com tag policial por exemplo ele esta com a tag e ele pode fazer tal coisa (NÃO SEI SE POSSO POSTAR NESSE TÓPICO, SOU NOVO NO FORUM)
×
×
  • Create New...