Files
vscode-beammp/snippets/snippets.code-snippets
Starystars67 5c1c76d97a Initial commit
2022-10-19 20:00:04 +01:00

8 lines
188 B
Plaintext

{
// Server Snippets
"MP.DropPlayer": {
"prefix": ["DropPlayer"],
"body": ["MP.DropPlayer($0)"],
"description": "Drop a player from the server using their player ID."
}
}