function deletescore_init(e)
end
function deletescore_main(e)
PlayerDist = GetPlayerDistance(e)
if PlayerDist <= 80 then
os.remove("file.dat")
Destroy(e)
end
end
dont work, this command "os.remove" works here?
Edit : solved in another way. (thank you)
My Pc Specs : Win10pro64bit /Msi z97 / i74770k / gtx1070 / 16gb ram / SSD 850Evo