- Initiateur de la discussion
N
NemezisTV
Geek
- Messages
- 47
- Score réaction
- 0
- Points
- 80
Bonjour,
J'aimerais que sur mon serveur les modérateurs puissent porter des voiture. Ayant déjà fais des recherche sur le sujet, j'ai pus trouver cela :
function limitVicPickup(ply, ent)
if(ent:IsVehicle()) then -- Checks if the entity being picked up is a vehicle
if not (ply:IsUserGroup( "moderateur", "admin", "Admin Senior", "superadmin" )) then -- if the player picking the entity up isn't superadmin
return false -- Don't let the player pick it up
end
end
end
hook.Add("PhysgunPickup", "limitVehiclePickup", limitVicPickup) -- Registers the hook so the function gets called
La personne disait qu'il fallait le mettre dans lua/server/autorun.
Cependant maintenant, quand un modo prends une voiture, elle est en surbrillance comme si il pouvait la porter mais quand il bouge son physique gun, la voiture ne suis pas.
Avez vous des solutions ?
Merci,
Cordialement.
J'aimerais que sur mon serveur les modérateurs puissent porter des voiture. Ayant déjà fais des recherche sur le sujet, j'ai pus trouver cela :
function limitVicPickup(ply, ent)
if(ent:IsVehicle()) then -- Checks if the entity being picked up is a vehicle
if not (ply:IsUserGroup( "moderateur", "admin", "Admin Senior", "superadmin" )) then -- if the player picking the entity up isn't superadmin
return false -- Don't let the player pick it up
end
end
end
hook.Add("PhysgunPickup", "limitVehiclePickup", limitVicPickup) -- Registers the hook so the function gets called
La personne disait qu'il fallait le mettre dans lua/server/autorun.
Cependant maintenant, quand un modo prends une voiture, elle est en surbrillance comme si il pouvait la porter mais quand il bouge son physique gun, la voiture ne suis pas.
Avez vous des solutions ?
Merci,
Cordialement.