Some questions
#2

You need to make 'r' a string, right now it's an integer, you're trying to unformat your command parameters in to 'r' as a string, but you can't as you declared it as an integer. Change 'new id, r;' to 'new id, r[64];' (or another size, eg: [128]).

Anyhow - you should just send the reason to BanEx(), so 'BanEx(id, r);' because BanEx()'s second parameter is expecting a reason, not to state the obvious (that an admin banned Y).
Reply


Messages In This Thread
Some questions - by Rivera - 11.04.2011, 13:07
Re: Some questions - by Calgon - 11.04.2011, 13:12
Re: Some questions - by Rivera - 11.04.2011, 13:16
Re: Some questions - by Rivera - 11.04.2011, 13:18
Re: Some questions - by Calgon - 11.04.2011, 13:28
Re: Some questions - by Rivera - 11.04.2011, 18:37
Re: Some questions - by Prumpuz - 11.04.2011, 20:26
Re: Some questions - by Rivera - 05.05.2011, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)