Cant Query change client_icon_id

I need help:
I want to change the client icon of a user, but unfortunately I always get an error.
I can change the description etc. via the query.

error id=1542 msg=missing\srequired\sparameter

I am currently trying it with:
clientdbedit cldbid=52 client_icon_id=1146773961

You should be able to set a Client Icon with this command:

clientaddperm cldbid=<CLIENTID> permsid=i_icon_id permvalue=<ICONID> permskip=1

4 Likes

Thank you! That helped me :slight_smile:

1 Like