My Forum - your board description
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Do I need to purchase the PhysX Processor?  XML
Forum Index » Technical issues
Author Message
Professor


Joined: 06/10/2006 18:19:47
Messages: 685
Location: Earth's Cousin
Offline

When I download the drivers it says "no PhysX Processor installed" under properties and 3D will not work. When I went on the page it says the processor is being sold. So must I go out and buy this to play 3D?

OBID: ProfsBack
Status: Active

Multiple OB champ
I took Fatny's streak. 7/1/2008

Offensive Style: Power Puncher/ KO Artist
Defensive Style: Lean Spam
OB Master of Styles

[WWW] [Yahoo!] aim icon [MSN] [ICQ]
Mikkel

[Avatar]
Joined: 18/04/2006 06:15:39
Messages: 1584
Offline

No u shouldnt
Let see see if i can fix this problem, come back later today.

Donny_king

[Avatar]

Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline

Post technical Issues in the tech sub.

[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions


menicaha behaniclo


[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code]
 
Forum Index » Technical issues
Go to:   
Powered by JForum 2.1.8 © JForum Team