27.10.2016, 12:00
I want to point out about the string loading though. The 4th parameter is the connection handle and not the length of the said string to store the text.
Код:
cache_get_field_content(i, "TagName", TagInfo[playerid][TagName], mysql, 25); cache_get_field_content(i, "TagOwner", TagInfo[playerid][TagOwner], mysql, 25); cache_get_field_content(i, "TagFont", TagInfo[playerid][TagFont], mysql, 20);