Jump to content

wannacry

Members
  • Posts

    2
  • Joined

  • Last visited

wannacry'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. Oh yeah, It works. Thanks for helping.
  2. I just made a script, This script effects everyone. I just want the "Staff" team not to be effected from this script. What should I do to remove the "staff" team from this script? -- List of commands to disable cmdList = { ["speaker"]=true, ["superman"]=true, } -- Disable unwanted commands addEventHandler("onPlayerCommand", root, function(cmdName) if cmdList[cmdName] then cancelEvent() end end)
×
×
  • Create New...