- Initiateur de la discussion
CMJN
Sataniste en herbe
- Messages
- 330
- Score réaction
- 32
- Points
- 130
Bonjour/bonsoir, je voudrais qu'une fonction s'éxécute que si le joueur est pres de vous avec une commande ulx:
Code:
function ulx.test( calling_ply, target_ply ) if calling_ply:IsValid() [[ ET QUE target_ply EST PRES DE calling_ply]] then
-- ce qu'on veut else calling_ply:printMessage( HUD_PRINTTALK, "Le joueur ".. calling_ply:Nick() .." n'est pas valide")
end
end