Author Topic: Can't Self Delete when threatened  (Read 1587 times)

I would like it if someone would make a mod that makes it so that if you are being aimed at with a gun, then Self Delete is disabled. This way you could take people hostage and prisoners without them being able to Self Delete and get away. Should be easy enough.


Disable Self Delete itself

Good idea.

Why hold someone hostage, though, if you can quickly dispatch them and reap the tasty, tasty points?

Good idea.

Why hold someone hostage, though, if you can quickly dispatch them and reap the tasty, tasty points?

I think this was more aimed toward RP lol, I mean if it's a DM whats going to stop the hostage from taking out his best gun and taking out as many people as he can before dying?

I think this was more aimed toward RP lol, I mean if it's a DM whats going to stop the hostage from taking out his best gun and taking out as many people as he can before dying?
The Host

« Last Edit: September 04, 2010, 03:36:33 AM by SpreadsPlague »

http://forum.blockland.us/index.php?topic=79804.0

dunno about the whole "if you're being aimed at" thing
That or
Code: [Select]
function servercmdSelf Delete() {} in console.

To turn it back on,
Code: [Select]
function servercmdSelf Delete(%client) { %client.player.kill(); }could be used.

Jump suddenly and ctrl K in midair. profit?


I don't recall, is it possible to have a field of vision outside of what the crosshair indicates, like an actual area?

This would be good. i would most likely use it for rps if i make one. it would keep people from suiciding in PVP.

Jump suddenly and ctrl K in midair. profit?
I forgot to mention that I would want like a 2-5 second timeout of not being looked at.


That or
Code: [Select]
function servercmdSelf Delete() {} in console.

To turn it back on,
Code: [Select]
function servercmdSelf Delete(%client) { %client.player.kill(); }could be used.
I can see that you clearly don't know what you're doing and players can spam the console if they're dead.