0 registered members (),
18,561
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: newbee need help for some concept.
[Re: Enduriel]
#289632
09/14/09 14:51
09/14/09 14:51
|
Joined: Nov 2008
Posts: 26 France
Hirogens
OP
Newbie
|
OP
Newbie
Joined: Nov 2008
Posts: 26
France
|
Workshop 9 is empty file^^ workshop 10 /////////////////////////////////////////////////////////////////////////////////// #include <acknex.h> #include <default.c>
///////////////////////////////////////////////////////////////////////////////////
action rotate_plane() { while (1) { my.pan = my.pan + 0.1; wait (1); } }
function main() { video_mode = 7; level_load ("work10.wmb"); vec_set(camera.x,vector(-500, 0, 100)); // place the camera at x = -500, y = 0, z = 100 }
where is the solution^^ regards
|
|
|
Re: newbee need help for some concept.
[Re: Rei_Ayanami]
#289633
09/14/09 14:52
09/14/09 14:52
|
Joined: Nov 2008
Posts: 26 France
Hirogens
OP
Newbie
|
OP
Newbie
Joined: Nov 2008
Posts: 26
France
|
You can´t load a wmp in sed, only a WMB so you have to render it wink! _________________________ Do we all learn defeat From the whores with bad feet Beat the meat, treat the feet To the sweet milky seat - System of a Down - Vicinity of Obscenity scuse for the error
Last edited by Hirogens; 09/14/09 14:54.
|
|
|
Re: newbee need help for some concept.
[Re: Hirogens]
#289635
09/14/09 14:59
09/14/09 14:59
|
Joined: Feb 2009
Posts: 3,207 Germany, Magdeburg
Rei_Ayanami
Expert
|
Expert
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
|
You can´t load a wmp in sed, only a WMB so you have to render it wink! _________________________ Do we all learn defeat From the whores with bad feet Beat the meat, treat the feet To the sweet milky seat - System of a Down - Vicinity of Obscenity scuse for the error What, please? I for the other stuff - pm me !
|
|
|
|