Thread: SQL Problem
View Single Post
LondoN
Senior Member
Join Date: Dec 2015
Location: Roman, Romania.
Old 03-08-2021 , 14:16   Re: SQL Problem
Reply With Quote #6

use UPDATE for updating client data

and for restoring best option for my is:

g_value[id] = SQL_ReadResult(Handle:Query, SQL_FieldNameToNum(Handle:Query, "name,points,steamid etc"));
__________________
LondoN is offline