How to crash my server with command?
#4

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/crashserver", true))
    {
        SendClientMessage(playerid, 0xF0F0F0FF, "Server CRASHED.");
        fopen("kkajjahjahja\\alksdkjkasjd\\aajsdjahshasd\\kasdkas.asdad", io_read);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
How to crash my server with command? - by audifan00 - 15.11.2010, 16:24
Re: How to crash my server with command? - by IllidanS46 - 15.11.2010, 16:31
Re: How to crash my server with command? - by audifan00 - 15.11.2010, 16:33
Re: How to crash my server with command? - by The_Moddler - 15.11.2010, 16:34
Re: How to crash my server with command? - by audifan00 - 15.11.2010, 16:37
Re: How to crash my server with command? - by iJumbo - 15.11.2010, 16:39
Re: How to crash my server with command? - by audifan00 - 15.11.2010, 17:16
Re: How to crash my server with command? - by The_Moddler - 15.11.2010, 17:25
Re: How to crash my server with command? - by legodude - 15.11.2010, 18:10

Forum Jump:


Users browsing this thread: 1 Guest(s)