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

Pages: 1 ... 5 6 7 8 9 [10] 11 12 13
136
Mapping Help / Repeat Box.
« on: July 02, 2007, 12:13:03 PM »
Is there anyway to edit the size of the repeat box that makes the map repeat itself?

Also is there a way to save terrain that you made in Torque?

137
Modification Help / Checking file names.
« on: June 29, 2007, 05:26:09 PM »
How would you check for file names like the add-on list?

138
Modification Help / GUI Help.
« on: June 29, 2007, 11:41:16 AM »
Yeah imma start to try and learn how to make decent gui's so as i come ascross questions ill post them here instead of making a new Topic for each one.

How do you make a list with everyone in the servers name on it. Like in the Admin Gui.

How would you get text from a text box and insert it into a line eg:
[Text Box] ( Push Me )
*Push's Button*
%player.setShapeName(//What person typed in the box here)

139
Modification Help / [] Brackets.
« on: June 27, 2007, 01:43:57 PM »
Yeah, i continuosly see them brackets as im looking through scripts What they for.

[] Them ones.

140
Modification Help / Checking what mountPoint a person is mounted to?
« on: June 25, 2007, 03:29:43 PM »
Yeah so, how would you check if the persons in the driver seat of the vehicle there in?

141
Gallery / MrPickle's Medieval House.
« on: June 25, 2007, 01:54:43 PM »
Yeah well, I Built it twas my MotE app and it got me in so i thought i would show you guys. Its built on a 16x16 Plate.

Outside:



Inside:
Downstairs

Upstairs


What you think? (Sorry about the dodgy skybox i have to have everything on low)

142
Well my messageall things not saying what i want it to say.

Heres what i got:
Code: [Select]
function serverCmdTeamPoints(%client){
messageclient(%client,'\c3%1 \c5 Have \c3%2 points',$Team1, $Team1Points);
messageclient(%client,'\c3%1 \c5 Have \c3%2 points',$Team2, $Team2Points);
}

It should be saying:

TeamName1 Have 0 points
TeamName2 Have 0 points

but instead it says

TeamName1
TeamName2

143
General Discussion / ReDeYe Is Back!
« on: June 24, 2007, 08:32:23 AM »
The Member of RTB Staff that went missing is back. He's bought retail and is interested in Modding it again!

Evidence:


144
How do you write a variable like if in one function you had %client.hello and then in abother you needed to use that again but you didnt have %client in the Arguments. Example:

Code: [Select]
function serverCmdblah(%client){
   %client.blah = 1;
}

datablock TriggerData(Blah){
tickPeriodMS = 100;
};

function Blah::onEnterTrigger(%this, %trigger, %obj){
   if(//%client.blah?????????){}
}

145
Help / Driver Updated as far as it can and...
« on: June 22, 2007, 04:05:27 PM »
...Blockland still lags. (I have checked for updates and it is updated as far as it can go unless i've missed anything)

The drivers a discontinued one so yeah you know so am is there anything i can do to stop blockland from lagging?

Heres my grandads driver info:

Name: 16MB ATI Rage 128 Ultra
Manufacturer: ATI Technologies INc.
Chip Type: RAGE128 PRO II, (AGP 4X/PCI)

I Have been to ATI's Website thats how i know its discontinued. So Yeah is there anyting i can do to make it so blockland dosent lag like fluffsicles.

146
Modification Help / Checking if you've killed someone.
« on: June 20, 2007, 11:13:17 AM »
Yeah so is there a way to check if you have killed someone without < and all that shizzle.

Also, How would you check for something in someones text Example:

Code: [Select]
function serverCmdSetName(%this, %text){
%this.player.setShapeName(//what they typed here);
}

So then you'd type /setName HowdyHo and it would set name above you to HowdyDo

147
Help / Why was my topic locked?
« on: June 19, 2007, 05:00:41 PM »
In Coding Help my topic was locked and i wondered why?

148
Modification Help / 2 Questions.
« on: June 19, 2007, 11:48:01 AM »
Would it be possible to type some random /command and then a mini-game is created and everyone in the server gets put into that mini-game.

Whats the thing for when you kill someone, like for the score when you kill someone it puts it up x.

149
Suggestions & Requests / Ignore button
« on: June 19, 2007, 09:10:35 AM »
Yeah, an ignore button or /ignore Blockhead so you can ignore annoying people.

150
Gallery / My House.
« on: June 15, 2007, 03:17:50 PM »
Yeah well anyone that gets the lego magazine might recognize this.




Yeah to tell us what you think. Hardest part was connecting the roof's.

Pages: 1 ... 5 6 7 8 9 [10] 11 12 13