27.08.2011, 02:08
He means that u = User, takes a name, part of a name or an id and returns the id if they're connected.
So basically, you can't use udd together. so it should be
Instead of
And d is an integer.
So basically, you can't use udd together. so it should be
PHP код:
if(sccanf(params, "ud" ,target,clan))
PHP код:
if(sccanf(params, "udd" ,target,clan))