Jump to content

Miami

Members
  • Posts

    3
  • Joined

  • Last visited

Miami'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. I understand lua . you show an example?
  2. Hello, My problem is that image save. Players join, quit image save. Someone help me? local img = false Radar = guiCreateStaticImage(0.33, 0.15, 0.33, 0.06, "on.png", true, Menu) function button() if source == Radar and img == true then guiStaticImageLoadImage( Radar, "on.png" ) --Code img = false elseif source == Radar and img == false then guiStaticImageLoadImage( Radar, "off.png" ) --Code img = true end end
×
×
  • Create New...