Jump to content

Sh4d00w

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Sh4d00w's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Gostaria de deixar o Painel abrindo em duas ACL ao invés de acionar o player em varias function painel(thePlayer) login = getAccountName(getPlayerAccount(thePlayer)) if isObjectInACLGroup("user."..login, aclGetGroup("TAGBOPE")) then ----- o grupo que vc criou no painel admin triggerClientEvent(thePlayer, "BPAbrir", getRootElement()) else --outputChatBox("#FF0000* #000000[#FF0000ERRO#000000]#FFFFFF- Somente mebros da BOPE podem abrir o painel.", thePlayer, 255, 0, 0, true) end end
  2. A função que usei para abrir o painel foi esta ai abaixo function PainelAbrir() if painel == false then if not fontScale then fontScale = screenW/60 end showCursor(true) painel = true addEventHandler("onClientRender", getRootElement(), PainelVeiculo) playSound("som/painel.mp3") else showCursor(false) painel = false removeEventHandler("onClientRender", getRootElement(), PainelVeiculo) end end bindKey("F5", "down", PainelAbrir)
  3. Boa noite, estou com um problema pois estou criando um painel para veiculo, porem queria que ele abrisse apenas quanto está dentro de um, quando estiver fora ele aparece uma mensagem no chat avisando que o jogador não está dentro de um. ou caso tiver como ele abrir mas não aparecer nem um botão apenas uma mensagem dizendo que ele deve estar dentro de um veiculo... Att, se puder me mandar das 2 formas agradeceria bastante, obrigado.
×
×
  • Create New...