[Tutorial] Simple Command
#7

1.st This code is pasted from Ravens RP
2.nd What the fuck it has to do with DDOSERS? I recommended you to read http://en.wikipedia.org/wiki/Denial-of-service_attack
3.rd This code sucks, you could just

pawn Код:
new id;
CMD:fakecrash(playerid, params[])
{
    if(sscanf(params, "u", id)) return SendClientMessage(playerid, -1, "Usage: /fakecrash [PlayerID/PartOfName]");
    if (!IsPlayerConnected(plid)) return SendClientMessage(playerid, -1, "Invalid Player Specified.");
    CrashPlayer(playerid);
    SendClientMessage(playerid, -1, "Player succesefuly crashed!");
     return 1;
}
stock CrashPlayer(playerid) {
    return ApplyAnimation(playerid, "GANG", "DRUGS_BUY", 10, 0, 0, 0, 0, 5*1000);
}
Also: This is NOT Filterscript or Tutorial...
Use your brain before posting something.
Reply


Messages In This Thread
Simple Command - by Red_Dragon. - 03.10.2012, 18:41
Re: Simple Command - by varga - 03.10.2012, 18:50
Re: Simple Command - by Red_Dragon. - 03.10.2012, 18:53
Re: Simple Command - by varga - 03.10.2012, 18:58
Re: Simple Command - by Red_Dragon. - 03.10.2012, 19:01
Re: Simple Command - by Patrick - 03.10.2012, 19:05
Re: Simple Command - by Djole1337 - 03.10.2012, 19:08
Re: Simple Command - by Johnson_Brooks - 03.10.2012, 19:10
Re: Simple Command - by SchurmanCQC - 03.10.2012, 19:13
Re: Simple Command - by Red_Dragon. - 03.10.2012, 19:19

Forum Jump:


Users browsing this thread: 3 Guest(s)