Renaz Posted May 28, 2019 Author Share Posted May 28, 2019 (edited) Opa, ontem fui testar o porte com um amigo meu e tá dando que ele tem porte , sendo que ele tinha acabado de criar a conta.(tá dando porte true para todos) *PS APENAS NO Script de revistar pq ele consegue comprar o porte ainda* Edited May 28, 2019 by Renazz Link to comment
Jonas^ Posted May 28, 2019 Share Posted May 28, 2019 (edited) Teste com o meu DX, use somente meu código pra testar, tenho quase certeza que o problema ta na verificação nesse seu painel aí. @Renazz Edited May 28, 2019 by Jonas^ Link to comment
Renaz Posted May 28, 2019 Author Share Posted May 28, 2019 com seu dx funcionou , mas com esse painel não Link to comment
Jonas^ Posted May 28, 2019 Share Posted May 28, 2019 23 minutes ago, Renazz said: com seu dx funcionou , mas com esse painel não Dai eu não sei, tem que ver ... Te dei o código pronto é só dar ctrl + c e ctrl + v não entendo como você consegue apanhar pra uma coisa tão simples. Link to comment
Renaz Posted May 28, 2019 Author Share Posted May 28, 2019 (edited) OBS : Descubri o problema ... O que estava : local checkPorte = getElementData (localPlayer , "porte") or false if (checkPorte) then dxDrawText("Porte de Armas: (#00ff00Sim#ffffff)", x*748, y*269, x*832, y*284, tocolor(255, 255, 255, 255), x*1.00, Font_5, "left", "top", false, false, false, true, false) else dxDrawText("Porte de Armas: (#ff0000Não#ffffff)", x*748, y*269, x*832, y*284, tocolor(255, 255, 255, 255), x*1.00, Font_5, "left", "top", false, false, false, true, false) end O que deveria estar local checkPorte = getElementData (Jogador , "porte") or false if (checkPorte) then dxDrawText("Porte de Armas: (#00ff00Sim#ffffff)", x*748, y*269, x*832, y*284, tocolor(255, 255, 255, 255), x*1.00, Font_5, "left", "top", false, false, false, true, false) else dxDrawText("Porte de Armas: (#ff0000Não#ffffff)", x*748, y*269, x*832, y*284, tocolor(255, 255, 255, 255), x*1.00, Font_5, "left", "top", false, false, false, true, false) end quando eu revistava o player ele pegava a minha data , no caso seria para pegar a data do "jogador" Edited May 28, 2019 by Renazz obs Link to comment
Other Languages Moderators Lord Henry Posted May 29, 2019 Other Languages Moderators Share Posted May 29, 2019 local checkPorte = getElementData (Jogador , "porte") or false Não precisa da parte or false, pois a função getElementData já retorna false caso a data não exista. 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