19.04.2018, 14:42
pInfo[playerid][Married] = strval(tmp)
strval function convert STRING to INTEGER.
See more: Strval.
If Married constant is string use this:
cache_get_field_content(0, "Married", pInfo[playerid][Married])
strval function convert STRING to INTEGER.
See more: Strval.
If Married constant is string use this:
cache_get_field_content(0, "Married", pInfo[playerid][Married])