- Initiateur de la discussion
armand610
Geek
- Messages
- 62
- Score réaction
- 2
- Points
- 95
Salut j'ai un probléme sur mon serv deathrun je veux mettre des skin vip mais je sais pas comment faireles accés vip :
ITEM.Name = "Pére Noêl"
ITEM.Price = 10500
ITEM.Model = "models/player/christmas/santa.mdl"
function ITEM:OnEquip(ply, modifications)
if not ply._OldModel then
ply._OldModel = ply:GetModel()
end
timer.Simple(1, function() ply:SetModel(self.Model) end)
end
JE RAJOUTE QUOI ?
ITEM.Name = "Pére Noêl"
ITEM.Price = 10500
ITEM.Model = "models/player/christmas/santa.mdl"
function ITEM:OnEquip(ply, modifications)
if not ply._OldModel then
ply._OldModel = ply:GetModel()
end
timer.Simple(1, function() ply:SetModel(self.Model) end)
end
JE RAJOUTE QUOI ?