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

Pages: [1] 2 3 4 5 6
1
Help / Add event to all or multiple bricks?
« on: June 09, 2011, 04:09:59 AM »
So I have a huge football field made entirely of 1x1 plates (because of the detailed painting). I am trying to make a mini game and it turns out I need to add an event to every 1x1 brick. Is there any way to add an event to every single brick or any other way to do this?

Btw I'm making it so whenever a player is holding the football they are frozen.

2
Help / Re: Make player unable to move when holding object?
« on: June 09, 2011, 04:01:17 AM »
There are no other football add ons. On the comments of the RTB add on I download somebody said they edited the code to make it so you can pick it up but they never said that they did. Could somebody download the add on and tell me what to do? Just search football on the RTB forums.

3
Help / Re: Make player unable to move when holding object?
« on: June 05, 2011, 04:55:58 AM »
Ok I actually need help with a lot of things.

1. How to make player still when holding football.
2. How to make players be able to pick football up
3. How can I make it so a onplayertouch event will only happen if they have a football?

4
Help / Re: Make player unable to move when holding object?
« on: June 05, 2011, 04:53:05 AM »
And I just found out you cant pick up a football off the ground. How can I make it so they can be picked up also?

5
Help / Make player unable to move when holding object?
« on: June 05, 2011, 04:51:16 AM »
So I'm trying to make a cool football mini game. I downloaded a football add on and I want to make it so that whenever you have the football you cant move, but then once you dont have it you are able to move again. Anybody know how I can do this?

6
Help / Other players can''t hear music!
« on: December 21, 2010, 07:17:41 PM »
So I created an ogg file and put it into the game and whenever i play it on the music brick only I can hear it and nobody else on the server can. Why?

7
Help / Re: How do I give a player unlimited weapons?
« on: December 14, 2010, 06:20:49 PM »
Nobody here has a clue. The simplest and by far the best way to do this is by editing the snowball script itself. I'm not saying that I'm a scripter, but I've been poking around some item scripts lately and found out that this piece of code appears to create the unlimited item effect. Like the spear.

Code: [Select]
function YourWeaponNamel_Image::onCharge(%this, %obj, %slot)
{
%obj.playthread(2, spearReady);
}

function YourWeaponName_Image::onAbortCharge(%this, %obj, %slot)
{
%obj.playthread(2, root);
}

function YourWeaponName_Image::onFire(%this, %obj, %slot)
{
%obj.playthread(2, spearThrow);
Parent::onFire(%this, %obj, %slot);
}
So where would I put this in the snowball script? And would I have to change anything else?

8
Help / Re: How do I give a player unlimited weapons?
« on: December 13, 2010, 10:28:38 PM »
Ya these would all work but what about when they miss or if they don't hit the brick?
you're clueless, try actualy reading what he wants
just make a loop that adds an item to their inventory
How do I do this?

9
Help / Re: How do I give a player unlimited weapons?
« on: December 12, 2010, 08:11:13 PM »
How do I do that?

10
Help / How do I give a player unlimited weapons?
« on: December 12, 2010, 08:07:10 PM »
So I have a Snowball TDM and the with the snowball weapon once you throw it, its gone and you have to pick up another one. And because of this I have sowballs everywhere it it creates a ton of lag. I was wondering if there was a way to let the player always have a snowball with them and when they throw it, they still have one.

11
Help / Re: Problem with set player transform event.
« on: May 04, 2010, 01:20:16 AM »
So are you saying you had to use the onactivate after you restarted the server or the onplayertouch worked after you restarted?

12
Help / Re: Problem with set player transform event.
« on: May 03, 2010, 07:12:50 PM »
None of it worked. Any other suggestions?

13
Help / Re: Problem with set player transform event.
« on: May 02, 2010, 02:37:20 AM »
No edit button :p

I just found out it does it with all the other events too like center print and stuff. Instead of it effecting the player that clicked it the message appears on my screen.

14
Help / Re: Server Setting Commands?
« on: May 01, 2010, 11:33:35 PM »
Its not an add-on its just RTB

15
Help / Re: Server Setting Commands?
« on: May 01, 2010, 11:28:14 PM »
Its not an add-on. You have to download RTB then press esc and go to admin menu then server control.

Pages: [1] 2 3 4 5 6