Closed ian-travers closed 2 years ago
I forgot to change some lines. Change sprintf(arr2[6], "S="); to sprintf(arr2[6], "S=%s", GetPlayerStat(user->Personas[user->SelectedPerson])); Change it wherever it is.
sprintf(arr2[6], "S=");
sprintf(arr2[6], "S=%s", GetPlayerStat(user->Personas[user->SelectedPerson]));
This should fix player REP in the rooms. Sorry about that.
I forgot to change some lines. Change
sprintf(arr2[6], "S=");
tosprintf(arr2[6], "S=%s", GetPlayerStat(user->Personas[user->SelectedPerson]));
Change it wherever it is.This should fix player REP in the rooms. Sorry about that.