,exec with arguments

Ask for help

Moderators: Murderator+, Murderator

Post Reply
evilmind
Posts: 1
Joined: 2005-01-22 12:40:53
Contact:

,exec with arguments

Post by evilmind »

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 spaces, brackets or quotes just dont work. Thanks for help.
Post Reply