Weapon Pointer Classes

Posts 115 of 21 · Page 1 of 2
Weapon Pointer Classes
My First Classes Finally
Hope be useful For All Coders and members
Note : That's My First maybe somethings are wrong

Code:
class weaponpointer {
public:
    int ShotsPerAmmo;
    int RepeatFire;
    int AlternativeFire;
    int ShrapnelFire;
    int SingleFire;
    float HalfZomeNoImage;
    float KnockBack;
    float ChangeWeaponAnimRatio;
    float AmmoDamage;
    float MoveSpeedPenalty;
    float ReloadAnimRatio;
    D3DXVECTOR3 BulletOffset;
    float GunKnifeRange;
    float CrossHairPerrealSize;
    float range;
    int StunTime;
    float LowerAnimRate;
    float UnlimitedAmmo;
    float MaxAmmo;
    float GunKnifeRange;
    float GunKnifeAmmoDamage;
    float WallShotDamageRatio;
    float KnifeBigshotRange;
    float KnifeBigshotAngle;
    float KnifeBigshotRange2;
    float KnifeBigshotAngle2;
    float KnifeBigshotAniRate2;
    float KnifeBigShotAniRate;
    float KnifeNormalAniRate;
    float GunKnifeAmmoDamage;
    float ZoomMode;
    float NoZoom;
    float NanoMaxAmmo;
    float HaveKnife;
    float KnifeSpecialAttack;
};
Thank + Rep me if i helped u if i you will use my classes
@[N.O]N.A.M.E For correct somethings in my classes
Quote Originally Posted by [N.O]N.A.M.E View Post
GJ!
Thank you Ahmed .
but it have many mistakes you forget an important things , that class won't work
Quote Originally Posted by [N.O]N.A.M.E View Post
but it have many mistakes / you forget an important thing , that class won't work
Thank you for Warring me , but what's the mistakes ?? it should work fine
yea i guess it looks nice but some comments / documentation will help
Quote Originally Posted by topblast View Post
yea i guess it looks nice but some comments / documentation will help
Yes , it's my first Classes so Likelihood mistake 99%
Sorry, I lol. What do I do with this code? Please give a step.
Quote Originally Posted by Ryuesi View Post
My First Classes Finally
Hope be useful For All Coders and members
Note : That's My First maybe somethings are wrong

Code:
class weaponpointer {
public:
    int ShotsPerAmmo;
    int RepeatFire;
    int AlternativeFire;
    int ShrapnelFire;
    int SingleFire;
    float HalfZomeNoImage;
    float KnockBack;
    float ChangeWeaponAnimRatio;
    float AmmoDamage;
    float MoveSpeedPenalty;
    float ReloadAnimRatio;
    D3DXVECTOR3 BulletOffset;
    float GunKnifeRange;
    float CrossHairPerrealSize;
    float range;
    int StunTime;
    float LowerAnimRate;
    float UnlimitedAmmo;
    float MaxAmmo;
    float GunKnifeRange;
    float GunKnifeAmmoDamage;
    float WallShotDamageRatio;
    float KnifeBigshotRange;
    float KnifeBigshotAngle;
    float KnifeBigshotRange2;
    float KnifeBigshotAngle2;
    float KnifeBigshotAniRate2;
    float KnifeBigShotAniRate;
    float KnifeNormalAniRate;
    float GunKnifeAmmoDamage;
    float ZoomMode;
    float NoZoom;
    float NanoMaxAmmo;
    float HaveKnife;
    float KnifeSpecialAttack;
};
Thank + Rep me if i helped u if i you will use my classes
@[N.O]N.A.M.E For correct somethings in my classes
sorry if i hurt your feelings... but none of that is right :/ I think you should look at how a class works and then class generation would make more sense... ahmed / topblast you're both wrong lolz
Quote Originally Posted by ~FALLEN~ View Post
sorry if i hurt your feelings... but none of that is right :/ I think you should look at how a class works and then class generation would make more sense... ahmed / topblast you're both wrong lolz
No problem if i made something wrong , that's good for telling me what i do
@Ryuesi wow all are wrong
u should go here and learn http://www.mpgh.net/forum/242-crossf...ing-class.html
but nice try on ur first

---------- Post added at 10:17 PM ---------- Previous post was at 10:16 PM ----------

Quote Originally Posted by eppi View Post
Sorry, I lol. What do I do with this code? Please give a step.
dont use this it's wrong
wow no thing is true
you really think that shotsperammo offset is 0
Quote Originally Posted by giniyat101 View Post
wow no thing is true
you really think that shotsperammo offset is 0
Ahmed Adel told me good job , he did not say somethings is bad so i post it /fp
Posts 115 of 21 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?