- Initiateur de la discussion
Lyko5102
Geek suprême
- Messages
- 88
- Score réaction
- 4
- Points
- 115
Bonjour je cherche a faire une commande custom pour mon server DArkRP /apply le problème est que ma commande me renvoie toujours false alors que je la tape correctement ...
local function Apply(ply)
if ply.Apply then
return DarkRP.notify(ply, "Montre son passe de "..ply:getTeam().." :" ..ply:getRPName() end
if !ply.Apply then
return ply:ChatPrint("Vous avez tapez une commande incorrecte !") end
end
DarkRP.defineChatCommand("Apply", Apply)
Je ne vois pas pourquoi elle me renvoie sur le tchat print puisque je tape la commande correctement..
local function Apply(ply)
if ply.Apply then
return DarkRP.notify(ply, "Montre son passe de "..ply:getTeam().." :" ..ply:getRPName() end
if !ply.Apply then
return ply:ChatPrint("Vous avez tapez une commande incorrecte !") end
end
DarkRP.defineChatCommand("Apply", Apply)
Je ne vois pas pourquoi elle me renvoie sur le tchat print puisque je tape la commande correctement..