i have a function that should supposedly change the brick limit to the number that is input, and change that pref, however, when i try to put a number in, it changes the limit to some number set by the server, previously it was 17017, and it wont change no matter what i put in
%Arg = Findclientbyname(getInteger(%words,2));
if(%Arg $= ""){ gba("There is a problem with %Arg, it is 0");}
else{messageall('','\c3The server\'s brick limit is now: \c0%1',%Arg);}
$Pref::Server::BrickLimit = %Arg;
this is what i have, and i cannot see what would be wrong