Garry's Mod

Garry's Mod

PlayerPickup (Pick Up Players / Grab Players)
lnɐԀ 10 Apr 2018 @ 12:36pm
How to make it only Admin
Help
< >
Menampilkan 1-9 dari 9 komentar
lnɐԀ 14 Agu 2019 @ 3:34pm 
tanks bro it halp
sadie! <3 16 Nov 2019 @ 8:42am 
+
BigJoe 26 Apr 2020 @ 5:42am 
how do you make it admin only? do i have to press plus or idk
lnɐԀ 30 Apr 2020 @ 6:56pm 
idk it just fixed itself try reinstalling it
Aly  [pengembang] 16 Agu 2020 @ 12:55pm 
The whole point is for it not to be admin only. If you need admin only, use ULX.
Hailey 1 Okt 2020 @ 8:23pm 
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)
Diposting pertama kali oleh 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 @ 5:01am 
Diposting pertama kali oleh Kyoko_Kirigiri:
Diposting pertama kali oleh 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 @ 5:02am 
Diposting pertama kali oleh Kyoko_Kirigiri:
Diposting pertama kali oleh 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
< >
Menampilkan 1-9 dari 9 komentar
Per halaman: 1530 50