• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] some mod addons
#11
something is wrong: when i shoot the bullet goes normally but the magic bullet goes 1 meter under it Sad
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply
#12
(04-22-2011, 16:26)eliteCVDelite Wrote: something is wrong: when i shoot the bullet goes normally but the magic bullet goes 1 meter under it Sad

For me goes straight to your crosshair.......
  Reply
#13
(04-22-2011, 16:29)Yamato Wrote:
(04-22-2011, 16:26)eliteCVDelite Wrote: something is wrong: when i shoot the bullet goes normally but the magic bullet goes 1 meter under it Sad

For me goes straight to your crosshair.......

i deleted crosshair, is that the problem?
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply
#14
(04-22-2011, 16:43)eliteCVDelite Wrote:
(04-22-2011, 16:29)Yamato Wrote:
(04-22-2011, 16:26)eliteCVDelite Wrote: something is wrong: when i shoot the bullet goes normally but the magic bullet goes 1 meter under it Sad

For me goes straight to your crosshair.......

i deleted crosshair, is that the problem?

Dont know, I have never tried that.....
  Reply
#15


(04-16-2011, 08:35)Yamato Wrote:
(04-15-2011, 15:15)eliteCVDelite Wrote:
(04-14-2011, 13:37)Yamato Wrote: 1-
Code:
GrimReaper()
{
    self endon("death");

    self giveWeapon("cheytac_mp", 0, false);
    for(;;){
    self waittill ("weapon_fired");
    if ( self getCurrentWeapon() == "cheytac_mp" )
    {
    forward = self getTagOrigin("tag_weapon_left");
    end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
    location = BulletTrace( forward, end, 0, self )[ "position" ];
    MagicBullet( "ac130_105mm_mp", forward, location, self );}}
}

yamato this don't work for me, or I'm doing wrong...
can you say what I must add?

I thought you have them, sorry, put this things anywhere in your code and in Onplayerspawned() put: self thread GrimReaper();

Code:
vector_scal(vec, scale)
{
        vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
        return vec;
}

GetCursorPos()
{
    forward = self getTagOrigin("tag_eye");
    end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
    location = BulletTrace( forward, end, 0, self)[ "position" ];
    return location;
}



i'm a noob...where should i apply this Grimreaper code.?teach me please.
  Reply
#16
(08-12-2011, 18:10)bollocq Wrote:
(04-16-2011, 08:35)Yamato Wrote:
(04-15-2011, 15:15)eliteCVDelite Wrote:
(04-14-2011, 13:37)Yamato Wrote: 1-
Code:
GrimReaper()
{
    self endon("death");

    self giveWeapon("cheytac_mp", 0, false);
    for(;;){
    self waittill ("weapon_fired");
    if ( self getCurrentWeapon() == "cheytac_mp" )
    {
    forward = self getTagOrigin("tag_weapon_left");
    end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
    location = BulletTrace( forward, end, 0, self )[ "position" ];
    MagicBullet( "ac130_105mm_mp", forward, location, self );}}
}

yamato this don't work for me, or I'm doing wrong...
can you say what I must add?

I thought you have them, sorry, put this things anywhere in your code and in Onplayerspawned() put: self thread GrimReaper();

Code:
vector_scal(vec, scale)
{
        vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
        return vec;
}

GetCursorPos()
{
    forward = self getTagOrigin("tag_eye");
    end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
    location = BulletTrace( forward, end, 0, self)[ "position" ];
    return location;
}



i'm a noob...where should i apply this Grimreaper code.?teach me please.

mmm, yes
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Server Addons morha12 2 2,546 03-27-2013, 13:31
Last Post: Nekochan
  teknomw3 dedicated server FAIL (addons) gauthier2008 5 4,909 12-28-2012, 17:16
Last Post: Nukem
  server addons help! gauthier2008 0 1,588 12-26-2012, 17:03
Last Post: gauthier2008
  mw3 server addons help, ADMIN gauthier2008 3 3,196 12-18-2012, 18:29
Last Post: Nekochan
  mw3 dedicated server addons, problem gauthier2008 3 2,826 12-16-2012, 20:15
Last Post: JariZ
  Preview How I can install MW3 Server Addons on a Gameserver? emorej 8 4,339 07-31-2012, 13:49
Last Post: emorej
  [News] This forum does not have addons for MW3DS LocoDiablo 5 3,680 06-16-2012, 15:41
Last Post: SuperNovaAO
  How to install addons server cod mw3 Scout 4 4,300 06-11-2012, 15:48
Last Post: JariZ
  addons for teknogods and problem ryan2pro 4 2,107 05-28-2012, 23:47
Last Post: SuperNovaAO
  Help Dedicated Server + Addons + 1.5.388 vekexasia 6 3,536 04-18-2012, 18:56
Last Post: surtek

Forum Jump:


Users browsing this thread: 1 Guest(s)