|
|
|
3 registered members (AndrewAMD, Grant, valino),
3,361
guests, and 13
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
[Solved] syntax error my.POLYGON = ON;
#299218
11/22/09 12:29
11/22/09 12:29
|
Joined: Sep 2009
Posts: 1,034 Budapest
Aku_Aku
OP
Serious User
|
OP
Serious User
Joined: Sep 2009
Posts: 1,034
Budapest
|
Hi! I use 3DGS 7.80 Example from the manual.3sgamestudio.net:
action boulder()
{
my.POLYGON = ON; // now using the polygonal shape of the model
set(my,POLYGON);
...
My lite-C code is:
action player_move1() // control the player
{
my.POLYGON = ON;
...
}
...
padlo1=ent_create("padlo.mdl", vector(510, 20, 30), player_move1);
I'vw got this message: Error in 'includes\main_routines.c' line 383: syntax error < my.POLYGON = ON; >
Somebody please to explain to me what did i wrong. Thanks in advance.
Last edited by Aku_Aku; 11/22/09 17:15.
|
|
|
Moderated by mk_1, Perro, rayp, Realspawn, Rei_Ayanami, rvL_eXile, Spirit, Superku, Tobias, TSG_Torsten, VeT
|
|
|
|