I'm having troubles figuring out the get_arg variant functions. I need to get all the arguments that were passed through console from a specific command.
read_argv(id, arg, 127) seems to only be giving me the first argument in the string while
read_args(cmd, 127) doesn't seem to give me anything at all.
what gives? I noticed get_args doesn't have an ID of the user to grab the command from, so it just doesn't do anything?
Last edited by Liverwiz; 04-18-2012 at 18:13.
Reason: lets make our commands proper, shall we?