3721
General Discussion / Re: Visual Representation of Server list
« on: April 10, 2015, 03:33:15 PM »whats the red stand foranger
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.
whats the red stand foranger
An anti camp script, seems like the easiest way to gimp them without instantly killing them, I wanted a beam of light to shine on them but emitters and code are two different things, right?so when you say one position do you mean like a general radius
http://forum.blockland.us/index.php?topic=277511.0
tankShellProjectile.lifetime = 12000;
tankShellProjectile.fadeDelay = 12000;taboo did package them for you in your topic after you posted this thoCould you make a script that causes a player to glow (just a light or w/e) if they stand in the same spot for too long?curiously why?
There used to be an event: onVehicleTouch, are you able to make it?vehicle collision is so terribly glitch its so much better to use onVehicleEnterZone
I meant the second part, being on the side of the vehicle when you exit. Is there a mod for that?somewhere yes it only works for some vehicles, id recommend not using it since it could get you stuck in walls most of the time
it sounds like a lot of not fun to code
I would love this, where you didn't need to jump on top of vehicles to enter them. You could even have it put players next to the vehicle when they exit. Queue it!this already exists it is in my rtb-archive
There's a bug where if the user's name isn't found in my database it will repeatedly query the server until you remove that entry from the friends list.fixed
Type $TCPClient::Debug = true; into console to see this in action.
Nice work. This part though:no Id 2-99 are all unregistered rotondo is 103Code: [Select]Isn't either Kompressor or Rotondo BLID 2? I wouldn't count on those always being unassigned.if(%new > 1 && %new < 99)
{
messageBoxOk("Error","These BL_ID's are unregistered");
%fail = true;
}
Didn't someone once make their own brickpack of entirely default bricks, so when someone saved and loaded nothing would load?no badspot revoked people for making scripts that ban people when they send a save request for events to the server
A chat function would require him to actually host a server like RTB.I actually do have a basic server host that could provide chat but I'm iffy about hosting something like that
What if you have no friends? :/chat function?
also can you make a chat function pls.
Nice work! I see you didn't include the auto-lookup, though.haha I was going to implement it later today, I just wanted to get it released
It would be pretty easy. Just include Support_TCPClient from here: http://greek2me.us/code/
Then all you have to do is:Code: [Select]connectToURL("http://stats.greek2me.us/user-lookup.php?blid=11902", "GET", "", "SwoleLookup");
function SwoleLookup::handleText(%line)
{
//do stuff with the results
}
I think this mod is preventing me from building somehowI fixed it redownload