Well, pawn compiler stops responding after trying to compile
#7

Quote:
Originally Posted by Crayder
View Post
The string size isn't the problem.

You shouldn't be saving this all at once. Save the values when they change. Like, the toy positions. They don't change constantly so you would save it when the values are changed. Gender, Level, basically everything here should be saved when it is changed.

About the string lengths, the limit of a single quoted string is 1024. That doesn't mean a string can't have more characters than that. This has nothing to do with your issue though.
Well yeah but saving everything instantly after change would be a mess since I have to modify the whole gamemode
If I split it into 5 or 6 queries, would that work ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)