ID:174715
 
I want to make it so everytime a player levels up, it delets the score.sav file for my scoreboard so it will always update correctly. I tried del('score.sav) but that didnt work, any suggestions?
Shades wrote:
I want to make it so everytime a player levels up, it delets the score.sav file for my scoreboard so it will always update correctly. I tried del('score.sav) but that didnt work, any suggestions?

In your code do you have del('score.sav) or del('score.sav')?

.::DBHavenMaster:::.
Try using fdel(), which is for deleting files.