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
Does the server have shootTo?
He said it's his server, so I would guess so.
iv'e installed it in :
\garrysmod\garrysmod\addons\wire\lua\entities\gmod _wire_expression2\core\custom\toshoot.lua
There is the code :
But When i am INGAME :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)
![]()
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
screenshoot of my FTP (server)
http://cdn.solidfiles.net/i/UqLW.png
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
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\
Bookmarks