En 🇬🇧 WIKI EN
☰ 1. How to display the compass?
The compass is a piece of equipment, you need to have it in your inventory and take it in hand, it is realistic.
☰ 2. How I can spawn the compass?
Go to Category Entities/Nordahl Scripts and simply click on it, it aparaitra in front of you on the ground.
☰ 3. I would like the compass to be permanent, and not be forced to equip it it is possible?
Yes, go in the configuration file
nordahl_compassluaautorun
ordahl_compass_system.lua
and go to the line
NordCOMPASS.PERMA_IN_HUD=0
Replace
0
by
1
☰ 4. How do I deactivate the compass drop with the right click?
In the file : nordahl_compass/lua/weapons/zworld_compass_weapon/shared.lua
Put a 0 instead of a 1 in the variable :
SWEP.RightClicToDrop Example :
SWEP.RightClicToDrop = 0
Fr 🇫🇷 WIKI FR
☰ 1. Comment afficher la boussole?
La boussole est un équipement, vous devez l'avoir dans votre inventaire et la prendre en main, c'est réaliste.
☰ 2. Comment je peux spawner la boussole?
Allez dans Categorie Entities/Nordahl Scripts et cliquez tout simplement dessus, il aparaitra devant vous sur le sol.
☰ 3. Je voudrais que la boussole soit permanent et non être obligé de l'équiper c'est possible?
Oui, allez dans le fichier de configuration
nordahl_compassluaautorun
ordahl_compass_system.lua
et allez à la ligne
NordCOMPASS.PERMA_IN_HUD=0
Remplacez le
0
par
1
☰ 4. Comment désactiver le drop de la boussole avec le clic droit?
Dans le fichier : nordahl_compass/lua/weapons/zworld_compass_weapon/shared.lua
Mettez un 0 à la place du 1 à la variable :
SWEP.RightClicToDrop Exemple :
SWEP.RightClicToDrop = 0