02-28-2011, 09:02 PM
(02-28-2011, 03:13 AM)FakeTruth Wrote: You didn't notice that page because it wasn't there before, haha. I just created itAhh thanks haha
(02-28-2011, 06:46 AM)codename_B Wrote: I'm having issues getting it to write to the files, have you got any advice for me? It reads perfectly but I can't change settings, I'm trying to make a plugin for scores/money.
dont forget to use WriteFile() , i kept forgetting that one and couldnt understand why it wasnt working
How can i check if a key exists, like
Code:
if(specified-key-exists) then
--do something
else
--do something else
end