My phone doesn't have a web browser. It only makes and receives callsMy phone doesn't even do that, since it's always off.
My phone doesn't have a web browser. It only makes and receives callsMy phone doesn't even do that, since it's always off.
Why steal music when things like the Amazon MP3 store and Spotify exist?Pirating and stealing, not the same things. Most pirates buy the stuff they like if it's available at an affordable price. The free market nuts don't like it because it moves power from corporations to consumers. Piracy is really a good thing for the music, games and film industries because good products becomes more important than good marketing.
Haha, Dim, and you think you're bad.Well, he is using Internet Explorer, Office 97/2000, Outlook Express, WinZip and an 11-year old WordPerfect... I don't think you can beat that. He's fucking retro.
class Fruit {
public:
int weight() { return 100; }
virtual int worth() { return 100; }
}
class Apple : public Fruit {
public:
int weight() { return 200; }
virtual int worth() { return 200; }
}
Apple anApple;
Fruit* someFruitPointer = &anApple;
int a = anApple->weight(); // a has the value 200
int b = anApple->worth(); // b has the value 200
int c = someFruitPointer->weight(); // c has the value 100
int d = someFruitPointer->worth(); // d has the value 200
is it for goldsource?Yes, it is. I mean to give you guys some detail on our progress and hopefully show a model TJB made. I just have to consult with Dimbark first.
The first model I would like, which I have no pictures or examples of, is an AK-47, slot 3, runs on shotgun ammo.Weapon slots and ammunition types are programmed in the hl/client DLL code and aren't part of the model. Why would you want it to use shotgun ammo? It's quite easy to create new ammo types. Also, just to be clear, I don't do models.
u can be part of this teamGreat. I'll start working right away. Know though, that I don't have much free time and that I'll only be working as long as it's fun.
I will need your first and last name (for the credits) so pm me.My name is Oskar (first name) Larsson H?gfeldt (last names). Email, website, etc. can be found on my profile page.
Also, its for Source when my mod is Goldsource.What is for Source? The code in the article isn't, if that's what you mean.
Judging by your reaction I'm guessing you haven't coded anything yourself. Is it Spirit 1.5a4 you're using?I also need your current source code.Like cl_dlls or dlls or.... wut?
Loads of artifacts in games, literally rendering them unplayable, and constantly freezes, and now it's starting to happen in my web browser too. I have had an artifact issue with the card for about a year now, it displays green dots pixels that should be darkI had issues like that when one of my RAM sticks was corrupt. I also thought it was my graphics card. Say, you're not also having HDD issues? Like files corrupting randomly every once in a while?
Bad challenge, It's on your end, look up 'common problems [router make and model]'I have successfully joined the server 2 times, out of 2 tries. He's not hosting the server himself.
I don't think I even have OP4 anymore. Or Ricochet.If you've registered a Half-Life CD key on Steam, you should have Opposing Force and Ricochet.
You can have certain entities move with other entities in Spirit, but that won't work with all of the point entities you need to make a tank.Hahaha! Hahahaha! I laugh in your face! I once made an RC player-controlled tank for Spirit of Half-Life (actually it was for Chickenfist's Half-Life 2D but the non-Spirit entities used could easily be replaced) that you could drive forwards and backwards, rotate, rotate its tower and fire rockets.