01.08.2011, 08:55
Try to change this
strlen?
Should be sizeof, because opis doesn't even have a strlen.
pawn Код:
GetPVarString(playerid, "HouseDesc", opis, strlen(opis)); // <---------------------
pawn Код:
GetPVarString( playerid, "HouseDesc", opis, sizeof opis );