11.03.2018, 21:17
32 - Is the bytes for Name which is stored into your 'enum'
Example:
Example:
Код:
enum Player
{
...
Name[32]
}
Код:
cache_get_value(0, "Name", Player[playerid][Name], 32);

