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
2 registered members (AndrewAMD, TipmyPip), 13,557 guests, and 5 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
crosshair #113817
02/25/07 19:15
02/25/07 19:15
Joined: Jan 2007
Posts: 40
germany
boochie Offline OP
Warez
boochie  Offline OP
Warez

Joined: Jan 2007
Posts: 40
germany
i'm looking for a variable that defines the position of my crosshair in the middle of the screen. but in all video_mods. do you know it? please tell me!
-thanks!
-----------------------
gibt es eine variable, die das fadenkreuz in meinem spiel in jedem "video_mode" in der mitte des bildschirms darstellt? kennt ihr diese variable?
-danke!


Last edited by boochie; 02/25/07 19:22.

Use condoms! They fit perfectly over your head! xD USING 3D GAMESTUDIO VERSION 6.22 PRO & BLENDER
Re: crosshair [Re: boochie] #113818
02/25/07 19:31
02/25/07 19:31
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
bitmap cross="crosshair.tga";

panel cross_pos{
bmap=cross;
flags=visible, transparent, d3d;
}

function set_cross_pos{ //an geeigneter stelle callen
cross_pos.pos_x = (screen_size.x - bmap_width(cross))/2;
cross_pos.pos_y = (screen_size.y - bmap_height(cross))/2
}

PS: steht im manual.

Re: crosshair [Re: broozar] #113819
02/25/07 20:24
02/25/07 20:24
Joined: Jan 2007
Posts: 40
germany
boochie Offline OP
Warez
boochie  Offline OP
Warez

Joined: Jan 2007
Posts: 40
germany
super! danke.

PS:
bin eben manchmal zu doof!


Use condoms! They fit perfectly over your head! xD USING 3D GAMESTUDIO VERSION 6.22 PRO & BLENDER

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