- Initiateur de la discussion
thepsyca
Psychopathe
- Messages
- 2 164
- Score réaction
- 648
- Points
- 365
Bonjour, j'essaie de faire ceci :
local ply = LocalPlayer()
if ply:GetModel() == "models/player/hvictim/hvictim_01.mdl" or ply:GetModel() == NULL then
ply:Give("pass_jui")
else
ply:Give("pass_civ")
end
pour qu'au spawn du joueurs si celui à un skin == models/player/hvictim/hvictim_01.mdl se voit give automatiquement un passeport juif autrement il recoit un passeport civils basic mais malheureusement j'ai l'erreur :
[ERROR] lua/autorun/skinjuif.lua:3: Tried to use a NULL entity!
1. GetModel - [C]:-1
2. unknown - lua/autorun/skinjuif.lua:3
Si quelqu'un à une solution
Le fichier se trouve dans lua/autorun si jamais
local ply = LocalPlayer()
if ply:GetModel() == "models/player/hvictim/hvictim_01.mdl" or ply:GetModel() == NULL then
ply:Give("pass_jui")
else
ply:Give("pass_civ")
end
pour qu'au spawn du joueurs si celui à un skin == models/player/hvictim/hvictim_01.mdl se voit give automatiquement un passeport juif autrement il recoit un passeport civils basic mais malheureusement j'ai l'erreur :
[ERROR] lua/autorun/skinjuif.lua:3: Tried to use a NULL entity!
1. GetModel - [C]:-1
2. unknown - lua/autorun/skinjuif.lua:3
Si quelqu'un à une solution
Le fichier se trouve dans lua/autorun si jamais