911Improved | V.1.0.0

Now from what I’m aware of, it would have to be the other way around for example with a simple command:

RegisterCommand('test', function(source, args, rawCommand)
      local postal = tonumber(args[1])
      local reason = table.concat(args, " ", 2)

     print("The postal is "..postal.." and the reason is "..reason)
end)

Or as Adam said, have it be implemented by default with the nearest-postal script.

:star_struck: :star_struck: :star_struck: :star_struck: