16.11.2013, 16:20
You shouldn't save data line to line, it's more efficient to save it with INI files:
https://sampforum.blast.hk/showthread.php?tid=175565
The max string size depends on the maximum amount of allocated memory on the stack (which is 16384 cells). Anyway, you shouldn't use over 512 cells.
https://sampforum.blast.hk/showthread.php?tid=175565
The max string size depends on the maximum amount of allocated memory on the stack (which is 16384 cells). Anyway, you shouldn't use over 512 cells.