4936
Games / Re: Lag in Call of Duty: Ghosts
« on: March 01, 2014, 09:47:42 PM »
Yes. That's what happens if you have a bad internet connection or the servers are under a lot of stress. Good job.
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.
<on> <playerTouch> <self> <IF/ELSE_EVENT>
<if> <BL_ID> <==> [1] <client> <centerPrint> [Hello, Badspot!]
<else if> <BL_ID> <==> [27046] <client> <centerPrint> [Hello, Blueblur!]
<else> <client> [Unrecognized BL ID.]
<end>This checks the BL ID of the person touching the brick and gives them a specific message based on who they are.<while> <playerTouch> <self> <setColor> <blue>
This makes it so that if a player touches the brick it turns blue. When the player stops touching the brick it turns back to how it was.<while> <playerTouch> <self> <IF/ELSE_EVENT>
<if> <team> <==> [red] <self> <setColor> <red>
<if> <team> <==> [red] <minigame> <chatMessageAll> [Red team has taken base 1!]
<if> <team> <==> [red] <player> <addScore> [1]
<if> <team> <==> [red] <client> <bottomPrint> [Holding base: +1 point]
<if> <team> <==> [blue] <self> <setColor> <blue>
<if> <team> <==> [blue] <minigame> <chatMessageAll> [Blue team has taken base 1!]
<if> <team> <==> [blue] <player> <addScore> [1]
<if> <team> <==> [blue] <client> <bottomPrint> [Holding base: +1 point]
While is activated every few ticks unless the player stops touching the brick.
#include<iostream>
using namespace std;
int main() {
cout << "Do I win yet?" << endl;
return 0;
}
Why would you opt out of getting professional assistance for a bunch of teenagers who barely know how to operate bash?I already said I'd try the Ubuntu forums after this.
that doesn't change the fact that it's a good idea thoThat is the best possible brown townogy.
I mean if I say I wanna stick something hot up my ass and I'm thinking about using a lit candle there's nothing wrong with suggesting a hair straightener
I know there's a way to make your computer function as a wireless switch, but I'd personally suggest asking elsewhere. Try the Ubuntu Forum for example.A lot of people here know stuff about Ubuntu. And I already know a ton of the people on this forum. If I don't get a good method here then I'll try the Ubuntu forums.