Garry's Mod

Garry's Mod

[E2] PlyCore
52 条留言
Needle 9 月 26 日 下午 8:01 
WHERE DO YOU USE THESE COMMANDS I DONT KNOW HOS TO USE
Larry 6 月 1 日 上午 8:53 
IM MR RINGADING I MAKE YOUR HEART BELLS SING
GalaxyGaming 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