CSS-CreateCustomCommands
CSS-CreateCustomCommands copied to clipboard
Wrong USERID after Mapchange
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"
]
}