yep, the parse() function allows you to do so..
Code:
new szArgs[288];
read_args( szArgs, 287 );
new szName[32], szReason[256];
parse( szArgs, szName, 31, szReason, 255 );
be sure to encapsulate each arg in quotes "", or else it may break them up.
Code:
amx_dgc "Ryan" "For being a super 1337 amxx h4x0r!"
Hope this helps
__________________