7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
void main()
|
|
{
|
|
int nHouseDays = GetLocalInt(GetModule(), "HOUSE_DAYS");
|
|
string sHouseDays = IntToString(nHouseDays);
|
|
SetCustomToken(811, sHouseDays);
|
|
}
|