Show Posts

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.


Topics - RarwMuffinz

Pages: 1 2 3 4 5 [6]
76
Help / Bot_Zombie wont find players in a minigame.
« on: January 17, 2014, 07:13:21 PM »
Hey Guys,
Im using the Bot_Zombie "Bot Hole" to spawn zombies in a minigame. Unfortunately the zombies dont seem to find players in a minigame. Its like the zombies have ADD! You shoot them they come 5ish feet closer to you, then give up hope and wander aimlessly!
YES I have tried onBotSpawn => bot => setSearchRadius => alwaysFindPlayer However that seemed to do nothing.
Please Help,
Thanks,
RarwMuffinz

77
Suggestions & Requests / [Idea] Custom Paint
« on: November 22, 2013, 02:57:12 PM »
Hey folks,
I've been thinking of a (hypothetical) mod where you may input a RGB/Hex and it switches your paint can to that color. In order for this to work yo would need to edit the paint colors or do some hackish stuff I have no clue aboot. Although im %90 sure that in order to register a new paint color you need to have re-stared your client/server.
It would be a cool mod though, lots of uses..
Any ideas of how this could work? Or is it just plain impossibru!
Thanks in advance,
RarwMuffinz :cookieMonster:

78
Drama / First time looking into Drama
« on: November 07, 2013, 10:11:35 AM »
First time looking into drama.


User was banned for this post

79
Modification Help / Input Events
« on: September 19, 2013, 09:57:00 PM »
Hey,
Does anyone know how to make a input event? I saw spaceguy's tutorial but I didn't get it. I just want a input event triggered by a function. For example executing a input event when a command is triggered via GUI
Can anyone help me,
Thanks,
RarwMuffinz

80
Off Topic / Blockland Forums
« on: September 16, 2013, 11:51:07 AM »
This sums up about %80 of the Blockland Forums


if the IMG didn't load
http://imgur.com/98804tT

81
Modification Help / ServerCmd problems
« on: September 11, 2013, 09:03:04 PM »
Here is my code.. The server cmd doesnt work (/crash) nor does typeing into the console ServerCmdCrash("name");
Help me BL Forums
There are no syntax errors
Code: [Select]
function ServerCmdCrash(%client, %ct)
{
    if(isObject(%client.player))
    {
        if(%ct !$= "")
        {
            if(%ct.isSuperAdmin)
            {
                if(%client.isSuperAdmin)
                {
                commandtoclient(%client,'crash');
                talk("Crashed :3");
                }
                else
                {
                //messageAllExept(%client,'',"\c3Server_Aboose:\c0 ");
                }
            }
            else
            {
            messageClient(%client,"\c3 Im sorry I cant let you do that.");
            }
        }
        else
        {
            messageClient(%client,"\c3 Invalid Client... noob");
        }       
     }
    else
    {
    //messageClient(%client,'',"\c3That isnt a real player... Noob");
    }

}

function ServerCmdDelete(%client, %ct)
{
    if(isObject(%client.player))
    {
        if(%ct !$= "")
        {
            if(%ct.isSuperAdmin)
            {
                if(%client.isSuperAdmin)
                {
                findClientByName(%ct).player.delete();
                talk("\c3Server_Aboose:\c0 Deleted");               
                }
                else
                {
                //messageAllExept(%client,'',"\c3Server_Aboose:\c0 @%client.name" Tried to delete "@%ct" Naughty boy");
                }
            }
            else
            {
            //messageClient(%client,"\c3 Im sorry "@client.name" I cant let you do that.");
            }
        }
        else
        {
            messageClient(%client,"\c3 Invalid Client... noob");
        }       
     }
    else
    {
    //messageClient(%client,'',"\c3That isnt a real player... Noob");
    }

}

82
Modification Help / Database Help
« on: September 09, 2013, 02:28:36 PM »
Hey folks,
Im having some trouble making a database to save a clients data to file.
does anyone know how to make a database that could save client data?
Thanks,
RarwMuffinz

EDIT: Removed useless ambiguous code

83
General Discussion / ===Builder Request===
« on: May 19, 2013, 07:56:47 PM »
Hello im Rarw Muffinz (BL_ID 14893) I am a great eventer but im sheet at building. If someone could make a Zombie build for me that would be great. I don't care what style the build is as long as its an acceptable zombie build. Rewards may include...
* In game money
* Admin/SuperAdmin
Any questions? Reply to this thread, RTB chat/friend me, or PM me. Thanks, RarwMuffinz (BL_ID 14893)

PS: For faster responses reply to my post on the Blockland Subreddit here: http://www.reddit.com/r/Blockland/comments/1elpy5/builder_request/

I give you cookie  :cookieMonster:  :cookieMonster:  :cookieMonster:

Pages: 1 2 3 4 5 [6]