I am currently hosting this:
http://forum.blockland.us/index.php?topic=285002.0However i need a few events and a few items.
1. I need an addition to Zone Bricks that detects what slayer team a player is in when they step into the zone, its like the onPlayerTouch(Team1) events that slayer has, instead it would be OnPlayerEnterZone(Team1)
2.I need the input event OnBotAltActivate, so when the bot is activated with the RMB.
3.I need someone to translate this psuedo code
origin = origin-of-sound.getTransform();
for all clients
{
transform = client.Transform()
distance = vectorDist(origin, transform)
if(dist < 50)
play sound 1 - client.play3D(yourSound, origin)
else if(dist < 100)
play sound 2
else
play sound 3
}
4. This one might sound tedious but i need an item that allows a player to place items/Bricks. I was thinking a way to do this would be to give this item its own brick menu so you can only select items and bricks from this menu and not the actual brick menu thats used for building because i want to use this system to place or build items/bricks that are specific to the game mode. When you equip the item you could press RMB to pick an item/brick, then LMB to place it.
5. An older version of Physics Death, my current version doesnt un-equip the item when a player dies, i need a version that does un equip items on death.
Hope this isnt too much to ask.