need something on the script to load from my command.lua ...this is where i come to...and there is nothing wrong on it
if (strsub(data, 1, 1) == "<" ) then
data=strsub(data,1,strlen(data)-1)
_,_,cmd=strfind(data, "%b<>%s+(%S+)")
s,e,arg = strfind(data,"%b<>%s+%S+%s+(%S+)")
local commands = (userfunctions(user, data, cmd) or operatorcommands(user, data, cmd) or admincommands(user, data, cmd))
return commands
end
end
plz help
u have created already a thread on this (http://board.univ-angers.fr/thread.php?threadid=2806&boardid=13) ...
if someone knows about it and he is willing he will answer back .....
also u already have been asking this here (http://board.univ-angers.fr/thread.php?threadid=2800&boardid=9)...
and I will also stop telling you to use the [ c o d e ] tags to post your scripts ...
i'm sry bot i that is a new problem i got...is don't load my Commands.lua :s