- Initiateur de la discussion
Legende
Geek suprême
- Messages
- 332
- Score réaction
- 75
- Points
- 130
Bonjours actuellement je tente de générer un fichier ayant mon steamid quand je me connecte mais une erreur apparaît à chaque fois , la voici:
"attempt to index a string value with bad key ('SteamID' is not part of the string library)"
Mon code :
function premiereconnection(ply)
if not file.Exists( "data/playerdata", "s" ) then
file.CreateDir( "playerdata/"..ply:SteamID() )
end
end
hook.Add("PlayerConnect", "connectedfirst", premiereconnection)
Quelqu'un pourrait-il me dire d'où provient l'erreur car sur les forums anglais je comprends pas très bien, merci d'avance.
"attempt to index a string value with bad key ('SteamID' is not part of the string library)"
Mon code :
function premiereconnection(ply)
if not file.Exists( "data/playerdata", "s" ) then
file.CreateDir( "playerdata/"..ply:SteamID() )
end
end
hook.Add("PlayerConnect", "connectedfirst", premiereconnection)
Quelqu'un pourrait-il me dire d'où provient l'erreur car sur les forums anglais je comprends pas très bien, merci d'avance.