Search the Community
Showing results for tags 'createped'.
-
Sometimes when i see peds on the screen some bugs occur, I have tested on several computers and the same bug happens, the bug can be reproduced with some popular scripts like npchlc_traffic, slothbot or zombies, and I have never found out that it can be Here is a video of the glitchy screen and a pic I need help, because i can't find any topic about this u_u
-
Bom estou querendo deixar o ped do script que estou fazendo imortal porém a função que eu coloquei não está funcionando. Ped = createPed(150,370.40481567383,-2038.2592773438,7.671875) function onStealthKill (targetPed) if (getElementData (targetPed, "imortal")) then cancelEvent() end end addEventHandler ("onPlayerStealthKill", root, onStealthKill) function cancelDamage() if (getElementData (source, "imortal")) then cancelEvent() end end addEventHandler ("onClientPedDamage", root, cancelDamage) Estou querendo saber aonde está o meu erro ou oque está faltando colocar.