Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 03/06/26 07:18
zorro with ccxt?
by opm. 03/03/26 03:17
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
1 registered members (TipmyPip), 5,151 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 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