- Initiateur de la discussion
CMJN
Sataniste en herbe
- Messages
- 330
- Score réaction
- 32
- Points
- 130
Voila j'ai fait ce code, mais il ne marche pas, aidez moi svp:
Code:
function ENT:StartTouch( a, b ) if IsValid(a) then if IsValid(b) then if a:GetClass() == "incubateurblue" then if b:GetClass() == "incubateurcyan" then self.Entity:Remove() end end
end
end
end