25.02.2010, 14:57
Okay, this is the non-working piece of my unbanname command.
Can anyone help me to fix the errors?
I just worked more then 1 hour on it.
I would be happy about a working solution, or some help-tries.
Can anyone help me to fix the errors?
I just worked more then 1 hour on it.
pawn Код:
...
unbanname = strval(tmp);
if(udb_Exists(unbanname)) { //5411
dUserSetINT(unbanname).("banned", 0); //5412
...
Код:
(5411) : error 035: argument type mismatch (argument 1) (5412) : error 035: argument type mismatch (argument 1)