+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34

Thread: [Release]Holo minigun

  1. #21
    Wire Noob Ryuuzaki11's Avatar
    Join Date
    Jun 2009
    Location
    France, South
    Posts
    18

    Default Re: [Release]Holo minigun

    i've already done that..... still won't work....

    On my server :
    PROPCORE = WORKING
    E2TOSHOOT = NOT WORKING

    In SOLO :
    PROPCORE = WORKING
    E2TOSHOOT = WORKING

    I think the problem is serverside...
    Yup, Earth is very dangerous, go back to Mars

  2. #22
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: [Release]Holo minigun

    Quote Originally Posted by Ryuuzaki11 View Post
    i've already done that..... still won't work....

    On my server :
    PROPCORE = WORKING
    E2TOSHOOT = NOT WORKING



    In SOLO :
    PROPCORE = WORKING
    E2TOSHOOT = WORKING

    I think the problem is serverside...
    uhm, if it works in SP, it should in MP too, if you did same thing. Also, check that the shootenabled = true, not false in the lua file


    post code (lua), and the location your installing it to
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  3. #23
    aka Colonel Never Online Colonel Thirty Two's Avatar
    Join Date
    Oct 2009
    Posts
    2,683
    Blog Entries
    5

    Default Re: [Release]Holo minigun

    Does the server have shootTo?

  4. #24
    has a custom title mattwd0526's Avatar
    Join Date
    Apr 2009
    Location
    Born Bostonian
    Posts
    2,652

    Default Re: [Release]Holo minigun

    He said it's his server, so I would guess so.

  5. #25
    Wire Noob Ryuuzaki11's Avatar
    Join Date
    Jun 2009
    Location
    France, South
    Posts
    18

    Default Re: [Release]Holo minigun

    iv'e installed it in :

    \garrysmod\garrysmod\addons\wire\lua\entities\gmod _wire_expression2\core\custom\toshoot.lua

    There is the code :

    Code:
    AddCSLuaFile('toshoot.lua')
    
    
    
    //e:shootTo(Vector,Spread,Force,Damage)
    
    //By McLovin (i do not take responsibility for this :P)
    
    
    
    local allowshootTo = true
    concommand.Add("allow_shootTo",function ()
    
    if (allowshootTo == false) then
    
    allowshootTo = true
    
    else
    
    allowshootTo = false
    
    end
    
    end)
    
    
    
    registerFunction("shootTo", "e:vnnn","", function(self, args)
    
    local op1, op2, op3, op4, op5 = args[2], args[3], args[4], args[5], args[6]
    
    local rv1, rv2, rv3, rv4, rv5 = op1[1](self, op1), op2[1](self, op2), op3[1](self, op3), op4[1](self, op4), op5[1](self, op5)
    
    if (!validEntity(rv1) or allowshootTo == false and !self.player:IsAdmin()) then return end
    
    local bullet = {}
    
    bullet.Num = 1
     
    bullet.Src = rv1:GetPos()
    
    bullet.Dir = Vector(rv2[1], rv2[2], rv2[3])
    
    bullet.Spread = Vector( rv3, rv3, 0 )
    
    bullet.Tracer = 1
    
    bullet.TracerName = "Tracer"
    
    bullet.Force = rv4
    
    bullet.Damage = rv5
    
    bullet.Attacker = self.player
    
    rv1:FireBullets( bullet )
    
    end)
    But When i am INGAME :

    Yup, Earth is very dangerous, go back to Mars

  6. #26
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: [Release]Holo minigun

    hmm, weird. Are you sure that its where your main wiremod folder is? this is REALLY weird
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  7. #27
    Wire Noob Ryuuzaki11's Avatar
    Join Date
    Jun 2009
    Location
    France, South
    Posts
    18

    Default Re: [Release]Holo minigun

    screenshoot of my FTP (server)

    http://cdn.solidfiles.net/i/UqLW.png
    Yup, Earth is very dangerous, go back to Mars

  8. #28
    fag
    fag is offline
    Wire Noob fag's Avatar
    Join Date
    Mar 2010
    Posts
    1

    Default Re: [Release]Holo minigun

    Cool shit. ?

  9. #29
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: [Release]Holo minigun

    Quote Originally Posted by Ryuuzaki11 View Post
    screenshoot of my FTP (server)

    http://cdn.solidfiles.net/i/UqLW.png
    thats really weird :V Just asking, did you restart or do wire_expression2_reload ?

    Go on hlsw, or the rcon on your server, and type "wire_expression2_reload" please provide the output it says.
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  10. #30
    Wire Noob craky's Avatar
    Join Date
    Sep 2009
    Posts
    14

    Default Re: [Release]Holo minigun

    Okay so i put the code into note pad, and i named the file e shoot.lua and it doesnt work and i also put the file in :

    \garrysmod\garrysmod\addons\wire\lua\entities\gmod _wire_expression2\core\custom\

+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast

LinkBacks (?)

  1. 02-21-2010, 01:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots