serverCmdUseSprayCan(%client, %colorID)
I tried that already.
You're doing it wrong, then. I literally just tested it and it does exactly as desired.
When I do commandToServer('UseSprayCan', 27); it works fine, but when I do UseSprayCan(findClientByName("jes00"), 27); it just switches my paint row.EDIT: Oh lol it's serverCmdUseSprayCan(%client, %colorID); and not useSprayCan(%client, %colorID);DOUBLE EDIT: Is there any commandToClient thing I can use to tell the client to open their paint menu?