Question pour un script

  • Initiateur de la discussion
kylian18063

kylian18063

Développeur Débutant
Messages
2
Score réaction
0
Points
40
Bonjours , j'aurai une question comment crée un script quand je fait /hatsu dans le chat sa me dit sois que je suis matérialisation ou manipulation ou transformation ou renforcement ou spécialisation . Mais avec des % de chance d'avoir par exemple specialisation ,
on aura 5% de chance de l'avoir ???

Merci de votre aide en avance .





Cordialement , je débute en Développement
 
CDF - Nox

CDF - Nox

Geek
Messages
25
Score réaction
3
Points
95
Bonjour,

Il faudrait utiliser le hook PlayerSay

Et la librairie net pour afficher dans le chat a moins de faire un return ex ( ex = ton argument de texte )
 
  • Initiateur de la discussion
kylian18063

kylian18063

Développeur Débutant
Messages
2
Score réaction
0
Points
40
Je fait sa comment ??
CDF - Nox à dit:
Bonjour,

Il faudrait utiliser le hook PlayerSay

Et la librairie net pour afficher dans le chat a moins de faire un return ex ( ex = ton argument de texte )
 
CDF - Nox

CDF - Nox

Geek
Messages
25
Score réaction
3
Points
95
-- code serveur
util.AddNetworkString("envoie")


hook.Add( "PlayerSay", "PlayerSayExample", function( ply, text, team )

if ( string.sub( string.lower( text ), 1, 30) == "/cmd ) then
net.Start("envoie")
net.Send(ply)
end
end )

-- code client
net.Receive("envoie", function(len,ply)

-- ton code


end)
 
Discord d'entraide
Rejoignz-nous sur Discord