Raised This Month: $51 Target: $400
 12% 

Need crash plugin xD


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
avril-lavigne
Banned
Join Date: Apr 2009
Old 03-02-2018 , 08:45   Need crash plugin xD
Reply With Quote #1

Im making srcds restart program on delphi
I want to test, how it can catch server with error "srcds stopped working"
and probably to send WM_QUIT message .
so can someone give me the code to crash csgo server
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc

Last edited by avril-lavigne; 03-02-2018 at 08:46.
avril-lavigne is offline
Technoblazed
Senior Member
Join Date: May 2016
Location: United Kingdom
Old 03-02-2018 , 09:01   Re: Need crash plugin xD
Reply With Quote #2

sv_cheats 1;crash
Technoblazed is offline
avril-lavigne
Banned
Join Date: Apr 2009
Old 03-02-2018 , 09:02   Re: Need crash plugin xD
Reply With Quote #3

Omg so simple ????? fahahahahahaha thanks man
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Old 03-03-2018 , 12:57   Re: Need crash plugin xD
Reply With Quote #4

PHP Code:
#pragma semicolon 1

#define PLUGIN_AUTHOR "Totenfluch"
#define PLUGIN_VERSION "1.00"

#include <sourcemod>
#include <sdktools>

#pragma newdecls required

public Plugin myinfo 
{
    
name "Server Crasher",
    
author PLUGIN_AUTHOR,
    
description "This crashes your server",
    
version PLUGIN_VERSION,

    
url "https://totenfluch.de"
};

public 
void OnPluginStart()
{
    
RegAdminCmd("sm_crash"crashServerADMFLAG_ROOT"Crashes the Server");
}

public 
Action crashServer(int clientint args){
    
SetEntityModel(client"this/will/crash/the/serverModel.mdl");
    return 
Plugin_Handled;

__________________
Notable Projects:
Event Item Spawner | Scissors, Rock, Paper for ZephStore
tVip | Smart Link Remover
PLG & GGC - CS:GO Roleplay

and countless more...

I can make a helicopter shoot missles if you want me to...
Totenfluch is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode