31
General Discussion / Re: Azjherben's Mining and Deathmatch server.
« on: May 01, 2010, 12:58:06 PM »You should put my post in the OP.done.
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.
You should put my post in the OP.done.
Fine then, "banned".banned?
16.19!
Can the trowel make platinum? :oYes, it makes a random block with the same chances as usual.
function serverCmdBuyGun(%client)
{
%player = %client.player;
for(%i = 0; %i < %player.getDatablock().maxTools; %i++)
{
%tool = %player.tool[%i];
if(%tool == 0)
{
%player.tool[%i] = TF2PistolImage;
%player.weaponCount++;
messageClient(%client,'MsgItemPickup','',%i,TF2PistolItem);
break;
}
}
}I remember hearing something about a possible RP_Farming for RP core...
And yes, I do realize that there is the Farming RP mod out, but although I have seen it working a bit, I'm pretty sure it was abondened by killer2 at least a month ago.
Note: Is this the right Section?Not really it should probably be in help, but that's okay.
I can't seem to get it to work.Can you elaborate on exactly what is wrong?
Make the interior buildable.
..and I swear to god, if you start bitching about how it can't be done,
I can get General Nick to vouch that he asked someone to edit it to
work. He got it done in about 2 hours max.
Why are you asking me to promote the mod?I suppose it doesn't matter really, if you want me to or not, sence it's not like you can get me banned for editing an add-on you made. But I was just wondering if you minded.
Nevermind, the Mac cannot read \r\n properly.Ah, I get it.