Jump to content

pls help easy script but i need it urgently


nasserdfdd

Recommended Posts

Posted

You don't get wanted level in LV or anywhere else either by default, what's the problem? show the code.

function be_remove() {

        printf("Too much gaming and too little sleep makes Olle wanna kill...");

        be_remove();

}

Posted
function resetWantedLevel ( attacker, weapon, bodypart, loss )  
    if attacker and getElementType(attacker) == "player" then 
    local x,y,z = getElementPosition(attacker) 
        local zone = getZoneName(x,y,z,true) 
           if zone ~= "Las Venturas" then return end 
           setPlayerWantedLevel(attacker,0) 
    end 
end 
addEventHandler ( "onPlayerDamage", getRootElement (), resetWantedLevel ) 

430x73_B2E03D_FF9900_000000_000000.png

Some people want it to happen, some wish it would happen, others make it happen.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...