I don't understand how you can write a native to do that tho, because in order to use sharesys->AddNatives() it forces all your functions to look like this:
Code:
cell_t functionName(IPluginContext *pContext, const cell_t *params){
}
and the params are an array of const cell_t. Is it possible to have one of those cell_t's in the array be a pointer to a string? Cause when I look up what a cell_t is, it's something like unsigned int32.