Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Nymphodora), 1,592 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
shade-c problem please help #242504
12/23/08 18:30
12/23/08 18:30
Joined: Oct 2008
Posts: 15
M
memoli Offline OP
Newbie
memoli  Offline OP
Newbie
M

Joined: Oct 2008
Posts: 15
hi
first thank u so much for shade-c
but ı have a problem
if ı use the hdr or dof in my level ı cant add a weapon on my screen when ı do this my weapon model to be invisible
that is my code

ENTITY* gun0 =
{
type = "gun.mdl";
layer = 2;
client_id = camera;
flags = PASSABLE;
flags2 = VISIBLE;
x = 100;
y = -8;
z = -6;
}

when ı didnt use the hdr or fog ı can see my weapon model on screen
please help me thank u and sorry my bad english


Last edited by memoli; 12/23/08 18:31.
Re: shade-c problem please help [Re: memoli] #242553
12/24/08 07:46
12/24/08 07:46
Joined: Nov 2005
Posts: 1,007
jigalypuff Offline
Serious User
jigalypuff  Offline
Serious User

Joined: Nov 2005
Posts: 1,007
should the code not read like this?

Code:
ENTITY* gun0 =
{
type = "gun.mdl";
layer = 2; 
client_id = camera;
flags = PASSABLE, VISIBLE
///flags2 = VISIBLE;
x = 100;
y = -8;
z = -6;
}



Why does everyone like dolphins? Never trust a species which smiles all the time!

Moderated by  Blink, Hummel, Superku 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1