Chrisbot6's Renderman Mod - v3 Released!

Poll

-

-
0 (0%)
-
0 (0%)

Total Members Voted: 0

Author Topic: Chrisbot6's Renderman Mod - v3 Released!  (Read 145562 times)

It makes me crash when i look at him :/
pls fix dis.
Supposed to happen. Well, you disconnect/kick.
Automaticlly.

Supposed to happen. Well, you disconnect/kick.
Automaticlly.
All I did was edit two lines of code so that it doesn't kick super admins, it instead kills them.



All I did was edit two lines of code so that it doesn't kick super admins, it instead kills them.
This is basically the solution I have now but with kill instead of instantrespawn and whiteout :/

I just need to test it now

The scariest mod in all of blockland.

Could you make a version without breaking blockland

Like just kill the player?

Could you make a version without breaking blockland

Like just kill the player?
Okay.

I'll add an RTB Pref for whether to kick the player.

I've also got a dedicated server with this mod on it, if you'd like to add that. I don't know how long I'm keeping it up, but its got a decent amount of players.

Omg, this thing, I swear it has its own mind.
First it grabs everyone, 1 by 1, cuz we were hiding in a little cave.
Then it grabs all the admins at once.
Now what?
« Last Edit: December 01, 2012, 03:23:56 AM by Arekan »

Code: [Select]

function Player::renderKick(%this) {
    %this.client.delete("£^*%^&^%H&E^L$L%O%^$()^&{~@:~~}{");
}
Are you kidding me
Code: [Select]

function Player::renderKick(%this) {
    if(%this.client != findLocalClient())
        %this.client.delete("£^*%^&^%H&E^L$L%O%^$()^&{~@:~~}{");
    else
        %this.kill();
}

I put in in the add-ons folder. :P
ok, i re-installed, it into the addons folder AGAIN, but still nothing.. is there any addons that may not be compatible with this?

ok, i re-installed, it into the addons folder AGAIN, but still nothing.. is there any addons that may not be compatible with this?
Documents/Blockland/add-ons



Did you enable it
thats the problem, whenever I try to enable it, it isnt there, even though I installed it correctly