Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / Bullet Froze

Author
Message
CaMeRoN H
19
Years of Service
User Offline
Joined: 21st Aug 2005
Location: Who knows?
Posted: 30th Aug 2005 02:24
In my fps everything works fine but i cant get my bullet to move i shoot but it just sticks there y?


Current Project: Stealth Operations (Fps)
2122
19
Years of Service
User Offline
Joined: 15th Aug 2005
Location:
Posted: 30th Aug 2005 02:44
I can't help very much, but you need to post some code
Crazy Programmer
AGK Developer
20
Years of Service
User Offline
Joined: 6th Sep 2004
Location: Lost in AGK
Posted: 30th Aug 2005 02:47
2122 is right we cant fix it unless we can see the code becuz we wont know wuts rong with it

CaMeRoN H
19
Years of Service
User Offline
Joined: 21st Aug 2005
Location: Who knows?
Posted: 30th Aug 2005 02:52





Current Project: Stealth Operations (Fps)
General Sephiro
20
Years of Service
User Offline
Joined: 27th Sep 2004
Location:
Posted: 30th Aug 2005 03:26
- it may have messed up as it will only carry out the code whilst mouseclick()=1, hope that helps -

This is just a guess, but try putting the bullet code like the following:

if Mouseclick()=1 and BulletLife=0
Position object 2,X#,Y#+43,Z#
Set object to camera orientation 2
BulletLife=25
show object 2
endif

If BulletLife > 0
Dec BulletLife
Move object 2,20
If BulletLife = 0 then Hide object 2
Endif

CaMeRoN H
19
Years of Service
User Offline
Joined: 21st Aug 2005
Location: Who knows?
Posted: 30th Aug 2005 03:34
nvm got it but now i jsut cant make it shoot currently where my crosshair is


Current Project: Stealth Operations (Fps)

Login to post a reply

Server time is: 2024-11-27 18:33:52
Your offset time is: 2024-11-27 18:33:52