Jump to content

wannacry

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by wannacry

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