24.08.2018, 22:44
Quote:
Why are you splitting up strings coming from a database in the first place?
|
And in database i'm saving like that the id https://imgur.com/a/C0VcmLS
I'm using this function like this to load in a player variables the id of the object id that player has.
Код:
new show_s[300], var_storage[50]; cache_get_field_content(0, "ObjectID", show_s); sscanf(show_s, "a<i>[50]", var_storage);