Jump to content

Mr.Saitama

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mr.Saitama'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. Hello guys, i have an problem at my script, code: addCommandHandler("faka", function() for i,v in ipairs(getElementsByType("sound")) do local meta = getSoundMetaTags(v) if not meta or not meta.artist and not meta.title then outputChatBox("song: no info") else outputChatBox(meta.artist.. " - " ..meta.title.. "") end end end ) the script does not show Race/DM Maps music name.. just the "song: no info". Can you guys help me? Thanks.
×
×
  • Create New...