Search the Community
Showing results for tags 'sniper'.
-
Merhaba Ben sniper silahını açıyorum zoom yapıyorum daha sonra space ye basınca zoom geri gidiyor bunun çözümü nedir?
-
Does anyone know why the sniper when giving the first shot does not receive the damage? or when the player is running and I want to shoot he does not get the damage. And in my server of mta the look became smaller, what could be the problem?
-
addEvent "onPlayerHeadshot" addEventHandler("onPlayerDamage", getRootElement(), function (attacker, weapon, bodypart, loss) if bodypart == 9 then local result = triggerEvent("onPlayerHeadshot", source, attacker, weapon, loss) if result == true then killPed(source, attacker, weapon, bodypart) end end end ) local weapons = {20, 40} function onClientPedDamage(_, weapon) if(getElementType(source) == "player") then if(weapons[weapon]) then return killPed(source)
-
Hello, i 'm new here, so I've a problem with my sniper ( mta dayz , and play too ) I set a big damage for my sniper, but have more times , sniper don't kill the play have times that i have to give 4, 5 hits for the player die Anyone can help me ? Any script that sniper kill with 1 shot ,( in all parts, kill player with lag ) I see many servers with sniper fix , plls <3 ( Sorry for my english ) Thanks.