Garry's Mod
Friendly Gnome
SLURRRPZA 5 JUN 2013 a las 5:12
Why this dont work in online mode
Hi Guys i want share with you mi idea. Should the creator of the addon make it for multiplayer?
Its works but it only follow you no your friends, i think this will be more scary if it kill all users in the sv.
ps: Sorry for my English if you dont understand it
Última edición por SLURRRPZA; 5 JUN 2013 a las 8:17
< >
Mostrando 1-11 de 11 comentarios
✞ Skones ✞ 5 JUN 2013 a las 8:14 
Nope
SLURRRPZA 5 JUN 2013 a las 8:18 
Publicado originalmente por PepsiPop:
Online lol.
Thx for say it i didn´t see that
Dez  [desarrollador] 5 JUN 2013 a las 9:49 
If you know how to script to have it select random people in the server, be my guest. Otherwise, I don't know how.
SLURRRPZA 6 JUN 2013 a las 6:48 
mmmm im going to try it
Última edición por SLURRRPZA; 7 JUN 2013 a las 8:12
Well, when in multiplayer, the gnome targets a player, but since there's many players, the gnome's AI might screw up.
Última edición por 󠀡󠀡󠀡󠀡󠀡󠀡󠀡󠀡; 7 JUN 2013 a las 6:58
Little Dude 8 JUN 2013 a las 13:42 
For me, it jsut attacks the person who spawned it :(
Dez  [desarrollador] 9 JUN 2013 a las 11:43 
Yep, it's coded to select the player that spawned it, but I have no idea how to make it select a random player or a selected player
Ranthos 31 JUL 2013 a las 1:14 
Here's how to make it select a random player. Replace ENT:SpawnFunction with this:
function ENT:SpawnFunction( plr, tr ) if !tr.Hit then return end local ent = ents.Create( self.ClassName ) ent:SetPos( tr.HitPos + tr.HitNormal * 24 ) ent:Spawn() ent:Activate() local rndPlayers=player.GetAll() ent:SetVictim( rndPlayers[math.random(1,#rndPlayers)]) return ent end
GDani 17 AGO 2014 a las 17:39 
make everyone on the server spawn one, so everyone will have their hunter
Brandonator 28 JUL 2016 a las 8:48 
Bump. Sorry for the necro, but this is still happening. Anyone know of a script he could use?
Undead Unicorn 6 JUN 2017 a las 8:00 
I'm sorry for the necro, too, but it would be nice to have it be multiplayer
< >
Mostrando 1-11 de 11 comentarios
Por página: 1530 50