06.04.2017, 19:56
If you store the string in enum you need to provide max length of string yourself.
Use this :
Change 256 to whatever max length of salt is, then it should work.
Use this :
Quote:
cache_get_field_content(0, "salt", PlayerInfo[playerid][pSalt], SQL, 256); |