|
1 registered members (TipmyPip),
5,771
guests, and 2
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
[HELP] New Car code from aum10
#144279
07/29/07 06:20
07/29/07 06:20
|
Joined: Aug 2006
Posts: 49
Jourdan
OP
Newbie
|
OP
Newbie
Joined: Aug 2006
Posts: 49
|
i got problem when i try to add the "new car code" from aum10(codesnippet). the model of the character not changing to the car model. Here's the screenshots: Before enter the vehicle:  After enter the vehicle  pretty weird.. please help
|
|
|
Re: [HELP] New Car code from aum10
[Re: Jourdan]
#144282
08/02/07 13:18
08/02/07 13:18
|
Joined: Aug 2006
Posts: 49
Jourdan
OP
Newbie
|
OP
Newbie
Joined: Aug 2006
Posts: 49
|
|
|
|
Re: [HELP] New Car code from aum10
[Re: LogantheHogan]
#144285
08/03/07 07:25
08/03/07 07:25
|
Joined: Aug 2006
Posts: 49
Jourdan
OP
Newbie
|
OP
Newbie
Joined: Aug 2006
Posts: 49
|
okay.. it works.. but i got another buggy thingy.. when i try to make it back to the character model (out of car) the model still the car.
what do i need to do with this code?
function car_to_player() { player._MOVEMODE = _MODE_WALKING; player._FORCE = 0.75; player._BANKING = -0.1; player.__SLOPES = off; player.__WHEELS = off; player.__JUMP = on; player.__DUCK = on; player.__STRAFE = on; player.__BOB = on; player.__TRIGGER = on; astrength.pan = 7; // restore the original value in move.wdl }
sry for my bad english
thx in advance
Last edited by Jourdan; 08/03/07 07:35.
|
|
|
Re: [HELP] New Car code from aum10
[Re: Jourdan]
#144286
08/05/07 03:38
08/05/07 03:38
|
Joined: Aug 2006
Posts: 49
Jourdan
OP
Newbie
|
OP
Newbie
Joined: Aug 2006
Posts: 49
|
|
|
|
Re: [HELP] New Car code from aum10
[Re: Jourdan]
#144287
08/19/07 10:39
08/19/07 10:39
|
Joined: Aug 2006
Posts: 49
Jourdan
OP
Newbie
|
OP
Newbie
Joined: Aug 2006
Posts: 49
|
|
|
|
|