Bumper Cars Mod

Posts 110 of 10 · Page 1 of 1
Bumper Cars Mod
Hello

. It has 4 different cars(blue, yellow, red and green), you take one randomly at spawn, here was the turn of blue one, . There is a bug, a floating head, does somebody know how to fix it????

I can't help, but I have to say that it's awesome. good job.
wow yamato u r a great modder , nice as usual
Wow so you crash with others?????
Can car be destroyed??
Can you kill someone with car????
BTW IT IS AWSOME
xD soo fucking nice man eheh
Can i give u a idea?
increase the "car arena" =D

And if u pass me the code i can try to fix the model bug -> not trying to still your idea, just helping a friend
Quote Originally Posted by sdm View Post
Can i give u a idea?
increase the "car arena" =D

And if u pass me the code i can try to fix the model bug -> not trying to still your idea, just helping a friend
The bug is caused of the self setModel("blablabla"); command, you can set your player a model and you will see the head floating above you, you dont need the code for anything

Code:
               self allowJump(false);
               switch(RandomInt(4))
	          {
		          case 0:
                                      self setModel("something1");
		          break;
		          case 1:
                                      self setModel("something2");
		          break;
		          case 2:
                                      self setModel("something3");
		          break;
		          case 3:
                                      self setModel("something4");
		          break;
                         }
something with self detach("blabla"); ?
Quote Originally Posted by mathieutje12 View Post
something with self detach("blabla"); ?
I found a fix: self detachall(); , but it only works if all players are in same team, if not, it crashes with a weird crash.
Your head floats because the bumper car doesn't have a head joint to replace the one you currently have on your normal body.
Posts 110 of 10 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?