Neves Posted October 21, 2020 Share Posted October 21, 2020 (edited) Salve pessoal alguém tem um script de HS para o SlothBOT? Eu tentei mexer lá no script não apareceu nenhum erro no debug mas ele simplesmente não funcionava. Joguei esse script antigo que eu tenho lá no meio: addEventHandler('onClientPedDamage', getRootElement(), function(_, _, bodyPart) if bodyPart == 9 then killPed(source, nil) end end) Creio eu que é por causa do ClientPedDamage, mas teria outra forma de fazer? Edited October 21, 2020 by Neves Link to comment
Boechat Posted October 22, 2020 Share Posted October 22, 2020 Tenta colocar o killPed em uma função do lado do server e chama ela por triggerServerEvent Link to comment
Neves Posted October 23, 2020 Author Share Posted October 23, 2020 Cara eu sou meio novato na situação, consegue mandar esse código pra mim entender melhor? 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