27.10.2016, 12:01
Quote:
It shouldn't be in a loop as your script only allows one object per player.
|
Quote:
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); |