Garry's Mod

Garry's Mod

[E2] PlyCore
댓글 52
Needle 2025년 9월 26일 오후 8시 01분 
WHERE DO YOU USE THESE COMMANDS I DONT KNOW HOS TO USE
Larry [Ralsei for Halloween] 2025년 6월 1일 오전 8시 53분 
IM MR RINGADING I MAKE YOUR HEART BELLS SING
GalaxyGaming 2025년 4월 3일 오전 4시 40분 
keeps spamming warnings about:

[wiremod_git] Warning: Use of variadic parameter with ExtPP is not recommended and deprecated. Instead use ...<name> (which passes a table) or the `args` variable (at line 541) @entities/gmod_wire_expression2/core/custom/playercore.lua
Sir Papate  [작성자] 2024년 6월 1일 오전 6시 26분 
@[YK] Nathan yes if you have UXL, you can restrict permission to a function by rank. Otherwise, if you know a little bit of Lua, there is a hook called before each function so you can return false to prevent the action.
ModestShoducks 2024년 5월 29일 오전 12시 46분 
thx now most dupes with wiremod work!
Valk 2024년 2월 18일 오후 10시 34분 
Can the founder of a server "delete" a function from his server ?
[Sk$Bh]Trick or treat KID! 2023년 11월 5일 오전 1시 45분 
[wiremod_git] Warning: Use of variadic parameter with ExtPP is not recommended and deprecated. Instead use ...<name> (which passes a table) or the `args` variable (at line 541) @entities/gmod_wire_expression2/core/custom/playercore.lua
Sanders 2023년 8월 10일 오전 1시 34분 
so using this R:plyFreeze(1) if an input is 1 works but doing R:plyFreeze(0) they are still frozen why?
Sllake560[FR][Random] 2023년 3월 6일 오후 12시 46분 
Possible de se give des grade ulx avec le plycore ?
Si oui possible de me dire la comande ?
SuperMonocle 2022년 3월 25일 오후 3시 02분 
I'm trying to make a thing that highlights the last player that died - - it's only hightlighting me! I've spent hours trying to get it to work but it just isn't working!

Am I doing something wrong that I'm not noticing?
nekoz.exe 2022년 2월 12일 오전 6시 35분 
Hi, how do i do things to my friends i wanna freeze him with the e2 playercore but don't know how to do thing on him
Advanced Plant 2021년 9월 11일 오전 10시 00분 
Hey, thank you for making these. They add incredibly useful functions to E2, and make a-lot more possible.
Surge 2021년 7월 4일 오전 11시 21분 
is this core working?
8eHg 2019년 4월 3일 오전 4시 06분 
@FirePenguin Do you have an entity to apply it to?
If you want to apply it to the owner of the gate it'd go like this for example
E = owner()
if(A) {E:plyApplyForce(vec(1000,1000,1000))}
FirePenguin 2019년 3월 16일 오전 8시 37분 
"No such function: plyApplyForce(V)...."

None of the functions seem to work, even on my own server with the addon enabled. Am I missing something?
stupid moron 2018년 3월 28일 오후 1시 57분 
Is there a way to use aimPos with applyPlayerForce?
Ben66 2017년 11월 1일 오전 3시 01분 
La doc est pas terrible sur l'e2 helper :p
Seong Gi-hun 2017년 10월 13일 오전 10시 10분 
i have a ULX server
NubTheFatMan 2017년 9월 22일 오후 5시 28분 
Rip
NubTheFatMan 2017년 9월 22일 오후 5시 28분 
@Sir Papate can't you just go into ULX and manage permission for the group? When I was viewing ULX, I noticed a tab for the core. It does seem to restrict so what is the point of this coding?
[code]
hook.Add("PlyCoreCommand", "CommandRestriction", function(ply, _, cmd)
if not ply:IsAdmin() and (cmd == "god" or cmd == "disablenoclip") then
return true
end
end)
[/code]
StonerRabbit 2017년 9월 16일 오전 3시 18분 
@Sir Papate
Where would I put the
hook.Add("PlyCoreCommand", "CommandRestriction", function(ply, _, cmd)
if not ply:IsAdmin() and (cmd == "god" or cmd == "disablenoclip") then
return true
end
end)
StonerRabbit 2017년 9월 15일 오후 6시 07분 
Still, Would be nice if there was a ulx menu extension that came with it.
Sir Papate  [작성자] 2017년 9월 15일 오전 4시 06분 
If you have ULX on your server, you can block specific command for a group. If you dont have ULX, you can use the hook PlyCoreCommand like:
[code]
hook.Add("PlyCoreCommand", "CommandRestriction", function(ply, _, cmd)
if not ply:IsAdmin() and (cmd == "god" or cmd == "disablenoclip") then
return true
end
end)
[/code]
StonerRabbit 2017년 9월 14일 오후 4시 23분 
@sir Papate, Can you make it so that certain parts such as noclip or the godmode can be disabled by administrators?
Fasteroid 2017년 6월 17일 오후 8시 21분 
ply:ip()
I'd love this for admin purposes
L4 2017년 4월 3일 오전 12시 15분 
Hey, do you think that you could add ply:ignite(), ply:extinguish() as well as functions to set player's max health?
Cloud Ninja 2016년 11월 26일 오후 9시 57분 
So how do i use ULX to restrict stuff?
Codingale 2016년 11월 18일 오후 8시 14분 
I think it's because the server I'm an admin on doesn't have permissions setup in ULX. But my IsAdmin should still make it work no?
Sir Papate  [작성자] 2016년 11월 17일 오전 4시 53분 
I don't know why it doesn't work every time. I'll check if I can fix something.
Codingale 2016년 11월 16일 오후 8시 40분 
I noticed that Ent:sendMessageColor(array) doesn't always work for all players, I think I've narrowed it down to not having PP for them, but admins should bypass that correct? I looked at the code for that part and it's a bit of a mess.
Codingale 2016년 11월 16일 오후 8시 39분 
@TuSn you want this, owner():sendMessageColor(array(vec(0,255,0),"String"))
JDot Pork HOODVISIONAIRY 2016년 9월 27일 오전 11시 51분 
how does the new sendMessageColor work? Am I doing something wrong or is it not working? like, i was testing this
owner():sendMessageColor(vec(0,255,0))
owner():sendMessageCenter("test")
but it's still white
Sir Papate  [작성자] 2016년 8월 20일 오전 5시 12분 
@Mercynary Yes, if you are an admin or an admin has disabled the protection.
Wolf's rain 2016년 8월 13일 오전 4시 55분 
Is there any way to affect players that are not whitelisted? Like, to build a minge shield
Sir Papate  [작성자] 2016년 8월 2일 오후 1시 00분 
Yes it work. Why you say that?
RevilO 2016년 7월 28일 오전 2시 44분 
This doenst work
Sir Papate  [작성자] 2016년 7월 18일 오전 5시 24분 
@Hastie the doomed space marine
The armor limit isn't made by me, it's by the engine
Sir Papate  [작성자] 2016년 7월 18일 오전 5시 21분 
Mister Bean I think that can cause some problems :/
Mister Bean 2016년 3월 21일 오후 12시 52분 
add entity:plyFreeze(number) :p
Hastie Quad 2016년 1월 26일 오후 4시 58분 
How is this posible to set armor above 255?
dogontheblog 2015년 8월 16일 오전 12시 53분 
How do i use the applyforce of it? im trying to make my character leap towards my cursor, but i cant get it to work :/
noah 2015년 8월 2일 오후 12시 55분 
@Popate omg I love you so much thanks dode
Sir Papate  [작성자] 2015년 8월 2일 오후 12시 44분 
Check if you have enable the extension with the command "wire_expression2_extension_enable"
noah 2015년 8월 2일 오전 11시 49분 
none of the commands are there
xX_Xx 2015년 1월 26일 오전 3시 47분 
@NomadX I can fix the lua for you and put it on dropbox
Brocephus 2014년 11월 30일 오후 1시 33분 
Not to be picky... but lastRespawnedPalyer() should really say lastRespawnedPlayer() ..... for some reason it bothers me to see misspelled code in lua.... I spent all those years being taught spelling of words ( not that I am an expert speller of every word ), just to have to intentionally start spelling Player wrong to get E2 code to work... Maybe next update you could fix that... Or I could just go through the lua and fix it myself... would be quicker... Regardless... Thanks for the hard work you put into the extension.. I do appreciate and use this on our server...
M3RKBOSS 2014년 8월 17일 오전 3시 08분 
awesome
tung sahur 2014년 2월 6일 오후 10시 45분 
thanks !
Senny 2014년 1월 29일 오전 7시 32분 
Спасибо!
Kipetchi 2014년 1월 26일 오후 2시 20분 
GG