31
Drama / Re: Kong123's Deathrace DM
« on: January 03, 2014, 02:03:21 AM »1 Month bump how far did you get to find this thread lol.Thought Kong had made this thread, was mistaken.
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.
1 Month bump how far did you get to find this thread lol.Thought Kong had made this thread, was mistaken.
So you take the word of some butthurt kids, and then when I try to ask you why you ban me on two keys, you ignore?
You tried
Make sure that those textures are enabled when you start the server.How would I do that?
8x Cube Steep" 1888 2000 0 2 1 2 ModTer/brickTOP 0 0 1 1 1
+-OWNER 999999
8x Cube Steep" 1892 2000 0 2 1 2 ModTer/brickTOP 0 0 1 1 1
+-OWNER 999999
8x Cube Steep" 1896 2000 0 2 1 2 ModTer/brickTOP 0 0 1 1 1
+-OWNER 999999
8x Cube Steep" 1900 2000 0 2 1 2 ModTer/brickTOP 0 0 1 1 1
+-OWNER 999999
doesnt work8x Cube Steep" 557 1034 4 1 1 23 ModTer/brickTOP 0 0 1 1 1
+-OWNER 999999
does work
) ", True)at the end
%ac = 0;
%a2[%ac] =0; //Color Array
%a1[%ac] = ""0 0 0""" //Location array
%a2[%ac]=14;
%a1[%ac++]=10 0 0"
%a2[%ac]=2;
%a1[%ac++]=20 0 0"
%a2[%ac]=5;
%a1[%ac++]=40 0 0"
//etc etc
for(%a = 1; %a <= %ac; %a++)
{
%L = %a1[%a];
%C = %a2[%a];
%cube = new fxDTSbrick()
{
datablock = brick4xCubeData;
position = %L;
angleID = 0;
colorID = %C;
isPlanted = 1;
};
%cube.setTrusted(1);
%cube.plant();
} ", True)