3451
Add-Ons / Re: Police Codes
« on: July 31, 2013, 07:38:07 PM »I thought you were going to do something useful with this codeThis.
What
This was really simple.
I'd do something more advanced before releasing addons publicly.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I thought you were going to do something useful with this codeThis.
What
You might want to message Badspot and ask him to change your name since you messed it up with using your email. just a suggestion.
-snip-
Get him to pay by mail.
The best:
http://burymewithmymoney.com/
here ya go. my general motto is if you're not smart enough to figure out scripting on your own, you're not smart enough to script
there's no need for a blockland wiki because anything there is to know is already covered in the tutorial
inb4endoftheworld
Anyway, OT: It's quite obvious it's not just a crappy aimbot, if you look more closely. Freezing in midair, and locating where people are. Doesn't sound like too much, but idk what else it can do considering I joined server mid-conversation.
lets make a scripting section lol
Use schedules
schedule(500, 0, commandToServer, 'instantUseBrick', "brickname");
schedule(1000, 0, commandToServer, ... );
etc.
first arg is time in milliseconds, second is object?, third is function name and the rest are args.
function Point(%this) {
// Now lets start the brick movement magic.
commandToServer('instantUseBrick', "brick1x3x5Data");
commandToServer('instantUseBrick', "brick8x8Data");
commandToServer('instantUseBrick', "brick2x2Data");
commandToServer('instantUseBrick', "brick6x6Data");
commandToServer('instantUseBrick', "brick8x6Data");
commandToServer('instantUseBrick', "brick8x2Data");
commandToServer('instantUseBrick', "brick8x4Data");
commandToServer('instantUseBrick', "brick2x2Data");
commandToServer('instantUseBrick', "brick3x3Data");
commandToServer('instantUseBrick', "brick2x2Data");
}
I don't see him handing out a download link for anything.