12.01.2020, 04:50
Replace this line:
With this.
pawn Code:
dvhouse = GetPVarString(playerid, "DichVuHouse");
pawn Code:
new dvhouse[MAX_PLAYER_NAME+1];
GetPVarString(playerid, "DichVuHouse", dvhouse, sizeof(dvhouse));

