mirror of
https://github.com/BeamMP/vscode-beammp.git
synced 2026-04-23 00:18:34 +00:00
Initial commit
This commit is contained in:
8
snippets/snippets.code-snippets
Normal file
8
snippets/snippets.code-snippets
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
// Server Snippets
|
||||
"MP.DropPlayer": {
|
||||
"prefix": ["DropPlayer"],
|
||||
"body": ["MP.DropPlayer($0)"],
|
||||
"description": "Drop a player from the server using their player ID."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user