29.06.2016, 15:09
Quote:
Buffer overflow means that your string has more cells than it can hold for example
Code:
CMD:test(playerid) { new message[100]; if(sscanf(params, "s[144]", message)) return 0; new string[100]; format(string, sizeof(string), "%s from id %i", message, playerid); SendClientMessage(playerid, -1, string); return 1; } I hope my info helped you out |
Quote:
I got a problem similar to this once, I defined a global string and after some time the string changes to random characters but never fixed it, had to re-create the whole thing I made..
|
Not yet, because it happens after a few hours.