Saving a string... - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Saving a string... (
/showthread.php?tid=331835)
Saving a string... -
Gooday - 06.04.2012
Is possible to:
/suspect ID REASON, save the reason in a file? So i can type /records ID and see if he was suspected?
Re: Saving a string... -
Harish - 06.04.2012
sure you can use with FileFunction
https://sampwiki.blast.hk/wiki/File_Functions
Re: Saving a string... -
Sinner - 06.04.2012
Just a hint, don't save it by ID but by name. This way you could do /Records [name] and be able to get the records for that player even while he's offline.