I have a clubhouse feature that saves the clubhouse layout by sending data to extension, which then saves to the database.
I give each furniture item an ID code, rotational value and x, y position.
I'm getting errors like this, and some items fail to save:
Code: Select all
2011/07/01 02:29:39.242 - [ WARNING ] [id: 61] (SmartFoxServer.readIncomingMessages): Message exceed allowed max length!
(4217 bytes) from > /213.190.164.43Code: Select all
2,2001015,2002001,2003004,2004001,15212054,11038394,15985620,15985620,furni:,
#,5001,340,380,6,#,5004,420,320,2,#,5005,740,400,4,#,5010,520,380,3,
#,5012,520,320,6,#,50057,260,420,6,#,5013,740,200,2,#,5003,680,380,2,
#,5002,460,460,2,#,50052,280,340,8,#,50056,400,420,4,#,5004,620,320,8Otherwise, how do you think I should get around this? I guess I could make th ecode numbers for the furniture items much smaller ("2001015" etc) but I would still run into problems as the user's clubhouses get bigger and bigger.
Thanks, any help is always appreciated!


[/img]