Jump to content

[Hilfe]MTA - Grafik - Verschwommen[Hilfe]


Recommended Posts

Moment mal.

Heißt das ich soll mit dem eine Resource machen?

function changeBlurLevel ( playerSource, command, blur ) 
    blur = tonumber(blur) 
    if not blur or blur > 255 or blur < 0 then 
        outputChatBox ( "Enter a value between 0 - 255.", playerSource ) 
    else 
        setPlayerBlurLevel ( playerSource, blur ) 
        outputChatBox ( "Blur level set to: " .. blur, playerSource ) 
    end 
end 
  
addCommandHandler("blur", changeBlurLevel) 

Link to comment

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...