- Initiateur de la discussion
DestoGames
Geek suprême
- Messages
- 667
- Score réaction
- 84
- Points
- 140
Salut !
J'ai un problème j'ai mis l'addons ProneMod sur mon serveur, il sert à s'allonger par terre si vous voulez l'addons il est ici:
http://steamcommunity.com/sharedfiles/filedetails/?id=775573383
Revenons à mon problème, je veux le config pour que seul certain job puisse s'allonger et dans config.lua il me propose de le faire mais ça ne marche pas voici la config par défaut:
-- Should we restrict prone by job.
prone.config.Darkrp_RestrictJobs = true
-- Is the job list a whitelist? False for blacklist.
prone.config.Darkrp_IsWhitelist = true
-- If the above setting is true this is the job whitelist. Blacklist otherwise.
prone.config.Darkrp_Joblist = {
TEAM_POLICE,
TEAM_GANG
}
(Y'a d'autre truc mais aucun rapport)
Et voici la mienne:
-- Should we restrict prone by job.
prone.config.Darkrp_RestrictJobs = false
-- Is the job list a whitelist? False for blacklist.
prone.config.Darkrp_IsWhitelist = false
-- If the above setting is true this is the job whitelist. Blacklist otherwise.
prone.config.Darkrp_Joblist = {
TEAM_OFFICIER,
TEAM_SOLDAT,
TEAM_ARMURIER,
TEAM_CAPORALT,
TEAM_SERGENTT,
TEAM_MAJOR,
TEAM_LIEUTENANTT,
TEAM_CAPITAINET,
TEAM_COMMANDANTT
}
J'ai essayer toute les combinaison pour le "false" et le "true" juste au dessus mais sa ne marche pas malheuresement.
Merci à vous si vous arrivez à m'aider !
J'ai un problème j'ai mis l'addons ProneMod sur mon serveur, il sert à s'allonger par terre si vous voulez l'addons il est ici:
http://steamcommunity.com/sharedfiles/filedetails/?id=775573383
Revenons à mon problème, je veux le config pour que seul certain job puisse s'allonger et dans config.lua il me propose de le faire mais ça ne marche pas voici la config par défaut:
-- Should we restrict prone by job.
prone.config.Darkrp_RestrictJobs = true
-- Is the job list a whitelist? False for blacklist.
prone.config.Darkrp_IsWhitelist = true
-- If the above setting is true this is the job whitelist. Blacklist otherwise.
prone.config.Darkrp_Joblist = {
TEAM_POLICE,
TEAM_GANG
}
(Y'a d'autre truc mais aucun rapport)
Et voici la mienne:
-- Should we restrict prone by job.
prone.config.Darkrp_RestrictJobs = false
-- Is the job list a whitelist? False for blacklist.
prone.config.Darkrp_IsWhitelist = false
-- If the above setting is true this is the job whitelist. Blacklist otherwise.
prone.config.Darkrp_Joblist = {
TEAM_OFFICIER,
TEAM_SOLDAT,
TEAM_ARMURIER,
TEAM_CAPORALT,
TEAM_SERGENTT,
TEAM_MAJOR,
TEAM_LIEUTENANTT,
TEAM_CAPITAINET,
TEAM_COMMANDANTT
}
J'ai essayer toute les combinaison pour le "false" et le "true" juste au dessus mais sa ne marche pas malheuresement.
Merci à vous si vous arrivez à m'aider !