Jump to content

Restive

Members
  • Posts

    2
  • Joined

  • Last visited

Restive's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hi, thanks for reply. I have little problem with destroying blur box. What I did wrong in code? addEventHandler("onClientRender", root, function() local sx, sy = guiGetScreenSize() blur = exports.blur_box:createBlurBox( 0, 0, sx, sy, 255, 255, 255, 255, false ) blur = exports.blur_box:setBlurIntensity(3) end) addEventHandler("onClientResourceStop", root, function () exports.blur_box:destroyBlurBox(blur) removeEventHandler('onClientRender', root function()) end)
  2. Hello guys, I'm wondering how to create a "blur" on the whole screen? I know there is a resource https://wiki.multitheftauto.com/wiki/Resource:Blur_box but i don't know how to use it. Is it possible to create without gui? Just blur only.
×
×
  • Create New...