SA-MP Forums Archive
Read out string in BlueGґs Plugin? - 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: Read out string in BlueGґs Plugin? (/showthread.php?tid=341612)



Read out string in BlueGґs Plugin? - C0dy09 - 11.05.2012

Hi all,

I want to read out one single string(password)

Код:
format(query, 128, "SELECT Passwort FROM "MYSQL_ACC_TBL" WHERE Name = '%s' ORDER BY `id` DESC LIMIT 1", Name);
    mysql_query(query);
so but how can I fetch/read out the string? I canґt find the function.

MfG. Cody09

edit2: I found it out..