mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-09-01 06:07:28 +00:00
chat_command_suicide 1.0.0
This commit is contained in:
15
chat_commands/chat_command_suicide.gsc
Normal file
15
chat_commands/chat_command_suicide.gsc
Normal file
@@ -0,0 +1,15 @@
|
||||
#include scripts\chat_commands;
|
||||
|
||||
Init()
|
||||
{
|
||||
CreateCommand(["27016", "27017"], "suicide", "function", ::SuicideCommand);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Command section */
|
||||
|
||||
SuicideCommand(args)
|
||||
{
|
||||
self Suicide();
|
||||
}
|
Reference in New Issue
Block a user