- Initiateur de la discussion
M
marwell421
Geek
- Messages
- 18
- Score réaction
- 8
- Points
- 60
Bonjour je cherche à désactiver la lampe torche merci pour que les personnes de l'utilise pas avec la touche f merci .
local function flash_func_disable( ply ) ply:Flashlight( false ) ply:AllowFlashlight( false )
end
hook.Add( "PlayerInitialSpawn", "disable_flash", flash_func_disable)
Dans quel fichier ?Slawer à dit:Essayes ça :
Code non testé mais normalement fonctionnelCode:local function flash_func_disable( ply ) ply:Flashlight( false ) ply:AllowFlashlight( false ) end hook.Add( "PlayerInitialSpawn", "disable_flash", flash_func_disable)
lua > autorunmarwell421 à dit:Dans quel fichier ?
Désolé. J avais pas testé mais j essairai d en refaire un autre plus tardJack O Neill à dit:Non fonctionnel ....
C est ce que j ai donné....Amane à dit:https://wiki.garrysmod.com/page/Player/AllowFlashlight