Thread: Sleep, Exit
View Single Post
Author Message
CrazyHackGUT
AlliedModders Donor
Join Date: Feb 2016
Location: Izhevsk, Russia
Old 02-23-2018 , 15:22   Sleep, Exit
Reply With Quote #1

in AMX i've found "functions" with names "exit" and "sleep".
Example of usage:
PHP Code:
#include <amxmodx>

#pragma semicolon 1

new PLUGIN[]  = "Crash Test";
new 
AUTHOR[]  = "CrazyHackGUT aka Kruzya";
new 
VERSION[] = "0.00";

public 
plugin_init()
{
  
register_plugin(PLUGINVERSIONAUTHOR);
  
  exit 
1;
  
// aliases:
  //
  // exit;
  // sleep;
  // sleep 1;

Executing this code will cause the server to crash.
I think, this should be removed from AMX Mod X.
__________________
My english is very bad. I am live in Russia. Learning english language - very hard task for me...
CrazyHackGUT is offline
Send a message via ICQ to CrazyHackGUT Send a message via Skype™ to CrazyHackGUT