27.09.2017, 14:50
First you need to learn SQL select syntax.
Its: select `field1`, `field2` or * from `table` where `smth` = 'value'
Ex: select `skin` from `players` where `id` = '%d'
And then will need to use mysql_query or tquery
And story the cache Id or go to tquery finish callback
And then use
https://sampwiki.blast.hk/wiki/MySQL/R40...value_name_int
To get skin value.
Sorry for a bit shit explain I'm on phone.
Its: select `field1`, `field2` or * from `table` where `smth` = 'value'
Ex: select `skin` from `players` where `id` = '%d'
And then will need to use mysql_query or tquery
And story the cache Id or go to tquery finish callback
And then use
https://sampwiki.blast.hk/wiki/MySQL/R40...value_name_int
To get skin value.
Sorry for a bit shit explain I'm on phone.