Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,038 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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 | 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