mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-20 13:05:43 +00:00
15 lines
194 B
Plaintext
15 lines
194 B
Plaintext
#include scripts\chat_commands;
|
|
|
|
Init()
|
|
{
|
|
CreateCommand(["27016", "27017"], "suicide", "function", ::SuicideCommand);
|
|
}
|
|
|
|
|
|
|
|
/* Command section */
|
|
|
|
SuicideCommand(args)
|
|
{
|
|
self Suicide();
|
|
} |