Author Topic: They call it overkill...  (Read 2458 times)

Most would generally call this overkill, but it's the best way to kill someone.



(this is something I coded that launches a ton of Airstrike Beacons at someone)
« Last Edit: July 05, 2013, 10:15:07 PM by PeeEsPee »

Indubitably. It is a wonderful sight.



This deserves to be in General Discussion.

OUT-loving-STANDING

requesting usage of the orbital forget stuff up cannon




You most likely used crappy events, that is NOT coding

You most likely used crappy events, that is NOT coding

It could be. Don't go around assuming things.

You most likely used crappy events, that is NOT coding

Code: [Select]
function serverCmddoesnotapprove(%client, %target)
{
        %target = findclientbyname(%target);
%pos = vectoradd(%target.player.gettransform(), "0 -500 50");
addAirstrikePlane(%pos, %target, %target.player.getTransform());
}

Code: [Select]
               
                schedule(1000, false, serverCmdDoesNotApprove, %client, %target.name);
                schedule(1500, false, serverCmdDoesNotApprove, %client, %target.name);
                schedule(2000, false, serverCmdDoesNotApprove, %client, %target.name);
                schedule(2500, false, serverCmdDoesNotApprove, %client, %target.name);
                ...repeats

as I said, I made something that fires airstrike beacons at someone.


good thing only super admins can use it