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.


Messages - Cubelands

Pages: 1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 219
226
Off Topic / Can anyone help make this picture into an avatar?
« on: January 18, 2013, 11:43:50 AM »


Please?

227
Off Topic / Re: stop viewing so many boards
« on: January 18, 2013, 11:39:07 AM »

229
Help / Re: Event Count Down
« on: January 18, 2013, 08:46:08 AM »
Delay
0            onActivate -> Client -> Center -> 5
1000       onActivate -> Client -> Center -> 4
2000       onActivate -> Client -> Center -> 3
3000       onActivate -> Client -> Center -> 2
4000       onActivate -> Client -> Center -> 1
yes. It took me 2 hour to finish.

230
OnPlayerTouch(1team)>Client>JoinTeam> name here. Not work.
never mind I got it worked.

EDIT: How I can disable per round? I not want use a round games.

231
Suggestions & Requests / Re: Rusty & Munk's HatMod+
« on: January 18, 2013, 07:53:01 AM »
HERE it is with the client sided part.
got it.

232
Modification Help / Re: Brick bls import to blb file
« on: January 18, 2013, 07:52:33 AM »
I made that from scratch.
Oh. Locking.

233
Help / Re: Event Count Down
« on: January 18, 2013, 06:41:03 AM »
Do you mean countdown as in 5, 4, 3, 2, 1?
Yes

234
Help / Event Count Down
« on: January 18, 2013, 05:49:44 AM »
How I can make this Event Count Down for CenterPrintAll?

235
Strange, looking into it now..

EDIT: this goes beyond just a simple spacing error than I originally thought, might take a bit to troubleshoot..

EDIT2: Oh man, I should probably just recode this, its so messy.

For now, just use this.

http://dl.dropbox.com/u/22217440/4x4x1round.blb
Thank you. I will make brick more later.

236
Modification Help / Re: commandtoserver Script
« on: January 18, 2013, 03:05:50 AM »
Okay. When you get on RTB, talk to me. I tired make appear. it does not. I will give you my add-on link, not here.

237
I tried make a  round 4x4x1 then It went to crash!

238
Modification Help / Brick bls import to blb file
« on: January 18, 2013, 02:27:35 AM »

239
Modification Help / Re: commandtoserver Script
« on: January 18, 2013, 12:52:01 AM »
Should be commandToServer('SentModelHat');
add (%client)?

240
Modification Help / commandtoserver Script
« on: January 18, 2013, 12:22:45 AM »

How I put On GUI button for script?

Code: [Select]
ModelHat.cs
datablock ShapeBaseImageData(ModelHatImage)
{
shapeFile = "./Model.dts";
emap = true;
mountPoint = $HeadSlot;
offset = "0 0 0.1";
eyeOffset = "0 0 10";
rotation = eulerToMatrix("0 0 0");
scale = "1 1 1";
doColorShift = false;
colorShiftColor = "1.000 1.000 1.000 1.000";
};

Server.cs
function serverCmdSentModelhat(%client)
{
%player = %client.player;

if(isObject(%player))
{
if(%player.getMountedImage(2) $= nametoID(ModeHatlImage))
{
%player.unmountImage(2);
%client.applyBodyParts();
%client.applyBodyColors();
}
else
{
%player.unmountImage(2);
%player.mountImage(ModelHatImage,2);

for(%i = 0;$hat[%i] !$= "";%i++)
{
%player.hideNode($hat[%i]);
%player.hideNode($accent[%i]);
}
}
}
}

I know about function serverCmdModel put in chat box /model to function. I not want use severCMD instead use Button with gui. something like this ?
Code: [Select]
commandtoserver(\'ModelHat\');

Pages: 1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 219