Search found 1 match

by evilmind
2005-01-22 12:46:17
Forum: Help
Topic: ,exec with arguments
Replies: 0
Views: 877

,exec with arguments

How can i pass arguments to function from client commandline? Let's say i have some test function to show some text:

sub zprava(text)
uo.print(text)
end sub

,exec zprava shows error, of course - Invalid number of arguments

But i'm unable to find some way to pass thet arguments - any ...