It's at the "Stop" command
Spoiler
if anyone can help, I'll appreciate it.
Edited by cptdeath58, 09 July 2014 - 10:31 PM.
Posted 09 July 2014 - 10:30 PM
Edited by cptdeath58, 09 July 2014 - 10:31 PM.
Posted 09 July 2014 - 11:51 PM
if args~=nil then --Could also be written if args then --watever end
Posted 11 July 2014 - 03:25 PM
incinirate, on 09 July 2014 - 11:51 PM, said:
if args~=nil then --Could also be written if args then --watever end
if args == "" then ...
local words = {}
for word in input:gmatch("[^/%s]+") do table.insert(words, word) end
if words[1]:lower() == "stop" then ...
Edited by LBPHacker, 11 July 2014 - 03:33 PM.
Posted 11 July 2014 - 11:14 PM
0 members, 1 guests, 0 anonymous users