- Initiateur de la discussion
R
Rayteur
Geek
- Messages
- 87
- Score réaction
- 8
- Points
- 90
Bonjour,
Je cherche a savoir comment je pourrai fermer les catégorie dans le menu f4 (automatiquement) pour tous les joueurs:
Exemple: https://www.noelshack.com/2018-01-2-1514911470-f4.png
Ligne de code d'une catégorie:
DarkRP.createCategory{
name = "Clone", -- The name of the category.
categorises = "jobs", -- What it categorises. MUST be one of "jobs", "entities", "shipments", "weapons", "vehicles", "ammo".
startExpanded = true, -- Whether the category is expanded when you open the F4 menu.
color = Color(0, 107, 0, 255), -- The color of the category header.
canSee = function(ply) return true end, -- OPTIONAL: whether the player can see this category AND EVERYTHING IN IT.
sortOrder = 1, -- OPTIONAL: With this you can decide where your category is. Low numbers to put it on top, high numbers to put it on the bottom. It's 100 by default.
}
Ce serais du coup pour avoir la ligne de code a rajouter pour fermer les catégorie pour tous le mondes et qu'ils puissent l'ouvrir eux car j'ai 22 catégorie et sa fais bug certain.
Merci d'avance et bonne année.
Je cherche a savoir comment je pourrai fermer les catégorie dans le menu f4 (automatiquement) pour tous les joueurs:
Exemple:
Ligne de code d'une catégorie:
DarkRP.createCategory{
name = "Clone", -- The name of the category.
categorises = "jobs", -- What it categorises. MUST be one of "jobs", "entities", "shipments", "weapons", "vehicles", "ammo".
startExpanded = true, -- Whether the category is expanded when you open the F4 menu.
color = Color(0, 107, 0, 255), -- The color of the category header.
canSee = function(ply) return true end, -- OPTIONAL: whether the player can see this category AND EVERYTHING IN IT.
sortOrder = 1, -- OPTIONAL: With this you can decide where your category is. Low numbers to put it on top, high numbers to put it on the bottom. It's 100 by default.
}
Ce serais du coup pour avoir la ligne de code a rajouter pour fermer les catégorie pour tous le mondes et qu'ils puissent l'ouvrir eux car j'ai 22 catégorie et sa fais bug certain.
Merci d'avance et bonne année.
Dernière édition: