Blockland Forums > General Discussion

They call it overkill...

Pages: << < (3/4) > >>

Zeblote:

You most likely used crappy events, that is NOT coding

Johnny Blockhead:


--- Quote from: Zeblote on July 06, 2013, 02:51:36 PM ---You most likely used crappy events, that is NOT coding

--- End quote ---

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

PeeEsPee:


--- Quote from: Zeblote on July 06, 2013, 02:51:36 PM ---You most likely used crappy events, that is NOT coding

--- End quote ---


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

--- End code ---


--- Code: ---               
                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

--- End code ---

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


Zeblote:


--- Quote from: PeeEsPee on July 06, 2013, 04:11:09 PM ----snip-

--- End quote ---
Yay more coders

Hank:

good thing only super admins can use it

Pages: << < (3/4) > >>

Go to full version