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

Pages: 1 2 3 4 5 [6] 7
76
Suggestions & Requests / King's Cart/Slave Driven Propulsion
« on: December 01, 2007, 11:24:31 AM »
I want this vehicle. It has a slave at each corner where you can type /setslave or summat and they will change into what you are currently wearing, and you sit under the shade when you ride. I built it a while ago. The red and transparent parts are where the slaves would be. Here's a pic:

77
Modification Help / Adding certain clients to a list.
« on: November 26, 2007, 07:24:01 PM »
I want it so if a client types a certain command, a / command, they will be added to a list. Other clients can then view that list with another command. Mainly I just need to know how to add a client to a list, and if they type the same / command again, they will be removed from that list.

78
Modification Help / How do you make a GUI?
« on: November 25, 2007, 05:54:38 PM »
Before I get flamed, I have done a search of the forums, I have googled it, but I don't know how to make a GUI. Help please?

79
Modification Help / Message Colors
« on: November 24, 2007, 06:43:15 PM »
What are the colors? The /c[number here]. Which ones are which colors?

80
Suggestions & Requests / Slate Blocko
« on: November 23, 2007, 12:52:37 PM »
Someone needs to make a Slate Blocko map, where the ground is a huge baseplate practically.

81
Modification Help / Need some help:
« on: November 22, 2007, 11:58:49 AM »
Can you use console commands in a serverCmd? So could I script something normally a console command to be a / command? Ignore the posts already made. Here's what I need:
Code: [Select]
//Utility_Exec.cs
function serverCmdexec(%client, %filepath)
{
echo("a");
if(!%client.isadmin) return;
echo("b");
exec(" "@ %filepath @" ");
messageall("" ,"\c5Remember to destroy all bricks containing the item/vehicle you executed, and drop all of them! Unless it isn't an item or vehicle...");

}
That's my script. It all works, but it won't actually execute the file. No matter what file path I type in, it says Missing file: [whatever file I said]. Help please!

82
Suggestions & Requests / Need some models done.
« on: November 19, 2007, 07:34:48 PM »
If anyone wants to, I need some models done. I need a needle the size of the handle of the sword, and one as big as the sword. They both need to be more than a cone, they need to look blocko in some way.

kthxbai

83
Modification Help / Need help with this script:
« on: November 18, 2007, 12:25:42 PM »
Mmmmmkay, this is really the first script I've made from scratch on my own, so yeah... I can't get my message script to work. It should be /msg [ID here] [message here], but it won't work. So here is the script:
Code: [Select]
//Utility_Message.cs
function servercmdmsg(%client, %target, %message)
{
%target = getclientbyid(%target);
if(%target = -1) return;

messageclient(%target, "", "\c5%message")

}

function getClientByID(%idnum) {
for(%i = 0; %i < clientgroup.getcount(); %i++) {
%plyrcheck = clientgroup.getobject(%i);

if(%plyrcheck.bl_id == %idnum) return %plyrcheck;
}
}

I do get an Unkown serverCmdmsg thing in the console, and when I exec the file I get an error, so if you want me to post that I can.

84
Modification Help / Inaccuracy
« on: November 16, 2007, 06:43:14 PM »
I'm not sure how to make a weapon less accurate. Help please! Post the code if you can.

85
Modification Help / Vehicle Summoners
« on: November 13, 2007, 12:42:25 PM »
Would it be possible to make a script that would make the vehicle you specify drive itself to you? Not like that Horse Summoner... someone that I forgot... made, just one where the nearest unoccupied vehicle of that sort drives to you.

86
Modification Help / Need this to .dts!
« on: November 10, 2007, 01:57:21 PM »
I need this file to be a .dts, but I'm on Mac and couldn't find a converter. Someone please convert it!

87
Suggestions & Requests / Trees Please!
« on: November 10, 2007, 12:28:01 PM »
I really need trees for a build I'm making. The build is going to be an RPG, but won't be done for a while. And I probably won't release the RPG til I can script, which will probably be a while. But still, I need trees. So post pictures of trees you've made that look good. Not crap. Good.

88
Modification Help / Size of Objects in Blender
« on: November 07, 2007, 04:27:10 PM »
How big should I make the handle for an object in Blender? I'm on mac. (Note: As I zoom in, tinier and tinier squares show up.) Here does be a picture of part of the screen when I start it up:

89
Modification Help / Mac Program that does DTS's
« on: November 06, 2007, 08:03:12 PM »
I would really like to know if there is a mac  program that can save as a DTS, or a program that I can get a Mac converter for DTS.

90
Modification Help / Need lots and lots of help...
« on: November 05, 2007, 08:01:45 PM »
Well, I want to learn how to script. I've looked at quite a few tutorials, and I'm rrreeeaaalllyyy confused. I have Blender (would get MS3d but they don't have it for mac  :panda: ). So what program do I use to make scripts? And what is flat shading? Just tell me the really basic basics. I know I'm a real noob :(

Pages: 1 2 3 4 5 [6] 7