- Initiateur de la discussion
D
Darklightsky
Bambi
- Messages
- 30
- Score réaction
- 1
- Points
- 40
Bonjour, J'ai Un Probleme Avec Le VIP Que J'Essaye D'installer, J'ai Regarder Plein De Site Et Vidéo, Et Quand Je Rentre Sur Le Serveur, Y'A Le Probleme Qu'Il N'Y A Plus Aucun Job, Tout Le Monde Peut Fly, Etc...
Bref Je VOus Donne Le LUA Que J'ai Fait Dernierement, Et S'Il Y A Un Problème Dites Le Moi Merci ^^
TEAM_TERRORISTE = DarkRP.createJob("Terroriste", {
color = Color(0, 0, 100, 255),
model = {"models/player/kuma/alqaeda_commando.mdl"},
description = [[]],
weapons = {"weapon_arc_atmcard","weapon_fists","weapon_jihadbomb"},
command = "terroriste",
max = 1,
salary = 250,
admin = 0,
vote = true,
hasLicense = false,
candemote = true,
PlayerDeath = function(ply)
if ply:Team() == TEAM_TERRORISTE
ply:changeTeam( TEAM_CITOYEN, true )
for k,v in pairs( player.GetAll() ) do
DarkRP.notify(v, 1, 4, "Le Terroriste Est Mort !!!! YOUPI !!!")
end
end
end,
canTalkToGlobal = false,
customCheck = function(ply) return ply:GetNWString("usergroup") == "VIP" or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "admin" or ply:GetNWString("usergroup") == "Modérateur-VIP" end,
CustomCheckFailMsg = "Ce métier est pour les VIP" -- Allows you to tell the user what went wrong when attempting to switch jobs
})
Bref Je VOus Donne Le LUA Que J'ai Fait Dernierement, Et S'Il Y A Un Problème Dites Le Moi Merci ^^
TEAM_TERRORISTE = DarkRP.createJob("Terroriste", {
color = Color(0, 0, 100, 255),
model = {"models/player/kuma/alqaeda_commando.mdl"},
description = [[]],
weapons = {"weapon_arc_atmcard","weapon_fists","weapon_jihadbomb"},
command = "terroriste",
max = 1,
salary = 250,
admin = 0,
vote = true,
hasLicense = false,
candemote = true,
PlayerDeath = function(ply)
if ply:Team() == TEAM_TERRORISTE
ply:changeTeam( TEAM_CITOYEN, true )
for k,v in pairs( player.GetAll() ) do
DarkRP.notify(v, 1, 4, "Le Terroriste Est Mort !!!! YOUPI !!!")
end
end
end,
canTalkToGlobal = false,
customCheck = function(ply) return ply:GetNWString("usergroup") == "VIP" or ply:GetNWString("usergroup") == "superadmin" or ply:GetNWString("usergroup") == "admin" or ply:GetNWString("usergroup") == "Modérateur-VIP" end,
CustomCheckFailMsg = "Ce métier est pour les VIP" -- Allows you to tell the user what went wrong when attempting to switch jobs
})
Dernière édition: