01.05.2018, 19:00
Quote:
Hello!
For me it only shows 3 characters of the names and descriptions, why is that? For example it only shows "Gra" or "Mol" etc... Thanks. |
PHP Code:
strpack(ms_Items[playerid][i][ms_ItemName], name);
strpack(ms_Items[playerid][i][ms_ItemDescription], description);
PHP Code:
strpack(ms_Items[playerid][i][ms_ItemName], name, 32 char);
strpack(ms_Items[playerid][i][ms_ItemDescription], description, 256 char);