- Initiateur de la discussion
Leuyam
Bambi
- Messages
- 13
- Score réaction
- 1
- Points
- 30
Bonjour j'ai un probleme au niveau de mes entités, je ne les voies pas dans le f4.
Voici le script de l'entité
DarkRP.createEntity("Radio", {
ent = "re_microphone",
model = "re_microphone",
price = 300,
max = 1,
cmd = "buyradio",
allowed = {TEAM_CIVIL20),
customCheck = function(ply) return ply:GetUserGroup() == "TEAM_CIVIL20" end,
CustomCheckFailMsg = function(ply, entTable) return
end,
})
et j'ai vérifié mais je ne me suis pas trompé dans le nom de la team
merci de votre aide )
Voici le script de l'entité
DarkRP.createEntity("Radio", {
ent = "re_microphone",
model = "re_microphone",
price = 300,
max = 1,
cmd = "buyradio",
allowed = {TEAM_CIVIL20),
customCheck = function(ply) return ply:GetUserGroup() == "TEAM_CIVIL20" end,
CustomCheckFailMsg = function(ply, entTable) return
end,
})
et j'ai vérifié mais je ne me suis pas trompé dans le nom de la team
merci de votre aide )