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 - Aerodynamic

Pages: 1 2 3 4 5 6 [7] 8 9
91
Off Topic / How Do I Enter My Code On Milkshape 3D?
« on: February 26, 2013, 07:26:16 PM »
please help me, ive made a model, but I cant save, or do anything else, I have a code, but I dont know how to enter it!!!!

92
Modification Help / A.D.S. Help
« on: February 26, 2013, 06:22:09 PM »
How do I do this on guns? (I Use Milkshape3D)

Also, just a bonus question: In Milkshape3D, how would i put a picture on a grid to model off of it?

93
Modification Help / Removing Hands
« on: February 26, 2013, 06:12:36 PM »
Is there a way to remove the blockheads hands, so i can add hands to make the models a little less.... crappy

94
Modification Help / Ammo Refill
« on: February 26, 2013, 05:56:52 PM »
Ok, so, how would I script a item (Airsoft Pellets Container) to work as the following:

When it is picked up, it is added to the player inventory, then, when needed to reload, the client presses a button that refills the ammo.


Thanks for the help, if you can!

95
Help / No "Base -- > Content" Folder!!!
« on: February 23, 2013, 02:02:09 PM »
What happened to my content folder!!!! I cant find it anywhere in my blockland!!!! Can i make a new one? is there a way to get it back? Another way to put in custom textures?! please help!!!

96
Suggestions & Requests / Squideey's Brick Texture
« on: February 23, 2013, 09:34:55 AM »
I had Squideey's texture a while back, and my computer got a virus, this and that, so now i have a new computer. So, I REALLY want these textures back. And the topic for it, the download link is broken. can someone make a custom download for me? This is the old topic that doesnt work: http://forum.blockland.us/index.php?topic=147911.0

97
General Discussion / Music Making Tutorial
« on: February 19, 2013, 07:13:43 PM »
I WILL RE-MAKE THIS TOPIC AFTER I FIX THE CAPITALIZATION CRAP.

98
Music / How To Make Your Own Music!!! [TUTORIAL]
« on: February 19, 2013, 07:09:56 PM »

99
Modification Help / Giving A Player A Item
« on: February 17, 2013, 08:01:41 PM »
How would I Make my mod (Killstreaks) make it when the client gets the matching kills, it gives them a item?

100
General Discussion / MS3D Code Help
« on: February 17, 2013, 07:32:04 PM »
So I purchased a full version key to MS3D about a year ago. i kept the key in a document file on my dashboard on my old PC, which caught 15 Viruses. At Once. Now, I need to recover my Key for my new PC, but i have no idea how. And for some reason on my old PC, When its in safe mode, its not up long enough for me to track down the code. It shuts down for some reason. Please Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

101
Modification Help / Syntax Error Help?
« on: February 17, 2013, 07:25:46 PM »
Can someone please try to spot out the syntax error in here?

Code: [Select]
package Killstreaks
{
        function gameConnection::onDeath(%client, %killerPlayer, %killer, %damageType, %a)
               
                //Parent everything out.
                Parent::onDeath(%client, %killerPlayer, %killer, %damageType, %a);

                //Kill Streaks
                if(1 == 1)
                {
                        if(%client.kills >= 3)
                        {
                                messageAll('',"\c3"@%killer.name@"\c6 has a \c0ADDICTION TO MURDER\c6!");
                        }
                        %client.kills=0;
                        %killer.kills++;
                        if(%killer.kills == 3)
                        {
                                messageAll('',"\c3"@%killer.name@"\c6 has \c0THREE KILLS IN A ROW\c6!");
                        }
                        else if(%killer.kills == 4)
                        {
                                messageAll('',"\c3"@%killer.name@"\c6 has \c0FOUR KILLS IN A ROW\c6!");
                        }
                        else if(%killer.kills == 5)
                        {
                                messageAll('',"\c3"@%killer.name@"\c6 has \c0FIVE KILLS IN A ROW\c6!");
                        }

102
Modification Help / Help For Client Enter Server Message.
« on: February 16, 2013, 12:45:34 AM »
What would i use for a code to make it where when a player joins the server and it says in the chat log "This server is running on blah blah blah"

103
Add-Ons / The Flash Playertype
« on: February 16, 2013, 12:38:13 AM »
The Flash Playertype:

Description:

Travels at Flashing Speeds!

Download:

http://www.mediafire.com/?7nw8lz484p4o09o

104
General Discussion / [Solved]
« on: February 15, 2013, 04:03:43 PM »
[solved]

105
Modification Help / Bullet Drop and Accuracy
« on: February 15, 2013, 02:39:09 PM »
How would i make my bullet in a weapon drop and throw it off accuracy a bit like a assault rifle on Battlefield 3.

Pages: 1 2 3 4 5 6 [7] 8 9