CSS-CreateCustomCommands icon indicating copy to clipboard operation
CSS-CreateCustomCommands copied to clipboard

Wrong USERID after Mapchange

Open HerrMagiic opened this issue 1 year ago • 0 comments

Describe the bug After Mapchange the userid changed and it doesnt update right.

Example command

{
    "Title": "Give Weapon",
    "Description": "Gives weapon to player",
    "Command": "usp",
    "Message": "You got an usp",
    "ServerCommands": [
        "css_give #{USERID} weapon_usp_silencer"
    ]
}

HerrMagiic avatar Feb 07 '24 14:02 HerrMagiic