SA-MP Forums Archive
is this possible? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: is this possible? (/showthread.php?tid=177393)



is this possible? - Rocky Balboa - 17.09.2010

i am using ladmin .. and i was wondering if u could get the stats of someone that is not on the game .. you know .. just do /stats [nick] ... so how to connect the nick with the file of the player?


Re: is this possible? - Fedee! - 17.09.2010

I think it uses dini, if so, do it with dini_Int(udb_encode(playername), "thestat");
You save it to a variable, and then format it.
I am not sure tought..


Re: is this possible? - Fedee! - 17.09.2010

I think it uses dini, if so, do it with dini_Int(udb_encode(playername), "thestat");
You save it to a variable, and then format it.
I am not sure tought..