Garry's Mod
PlayerPickup (Pick Up Players / Grab Players)
lnɐԀ 10 ABR 2018 a las 12:36
How to make it only Admin
Help
< >
Mostrando 1-9 de 9 comentarios
lnɐԀ 14 AGO 2019 a las 15:34 
tanks bro it halp
sadie! <3 16 NOV 2019 a las 8:42 
+
BigJoe 26 ABR 2020 a las 5:42 
how do you make it admin only? do i have to press plus or idk
lnɐԀ 30 ABR 2020 a las 18:56 
idk it just fixed itself try reinstalling it
Aly  [desarrollador] 16 AGO 2020 a las 12:55 
The whole point is for it not to be admin only. If you need admin only, use ULX.
Hailey 1 OCT 2020 a las 20:23 
I know this is old, but here is code: local function PlayerPickup(ply, ent)
if ply:IsAdmin() then
if (ent:GetClass():lower() == "player") then
return true
end
end
end
hook.Add("PhysgunPickup", "Allow Player Pickup", PlayerPickup)
TUA_Bowsette 19 JUL 2021 a las 17:48 
Publicado originalmente por Yuri:
I know this is old, but here is code: local function PlayerPickup(ply, ent)
if ply:IsAdmin() then
if (ent:GetClass():lower() == "player") then
return true
end
end
end
hook.Add("PhysgunPickup", "Allow Player Pickup", PlayerPickup)
Do I put that in notepad then save it as a lua file?
uyuni 5 FEB 2023 a las 5:01 
Publicado originalmente por Kyoko_Kirigiri:
Publicado originalmente por Yuri:
I know this is old, but here is code: local function PlayerPickup(ply, ent)
if ply:IsAdmin() then
if (ent:GetClass():lower() == "player") then
return true
end
end
end
hook.Add("PhysgunPickup", "Allow Player Pickup", PlayerPickup)
Do I put that in notepad then save it as a lua file?
Yes
uyuni 5 FEB 2023 a las 5:02 
Publicado originalmente por Kyoko_Kirigiri:
Publicado originalmente por Yuri:
I know this is old, but here is code: local function PlayerPickup(ply, ent)
if ply:IsAdmin() then
if (ent:GetClass():lower() == "player") then
return true
end
end
end
hook.Add("PhysgunPickup", "Allow Player Pickup", PlayerPickup)
Do I put that in notepad then save it as a lua file?
C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\lua\autorun\server\admin_functions.lua
< >
Mostrando 1-9 de 9 comentarios
Por página: 1530 50