04.04.2012, 13:34
Q_Q honestly.
Yes, the maximum string-size for a SA-MP sever is 128.
That doesn't mean in any capacity that the version of strtok that this person is is using will attempt to parse a variable with a size greater than 128. It's a common error, usually due to miscoding in includes that contain strtok.
The error you are recieving (Unknown Command) means the script is halting during the command. This often represents an infinite loop.
Can you please post your strtok code?
Yes, the maximum string-size for a SA-MP sever is 128.
That doesn't mean in any capacity that the version of strtok that this person is is using will attempt to parse a variable with a size greater than 128. It's a common error, usually due to miscoding in includes that contain strtok.
The error you are recieving (Unknown Command) means the script is halting during the command. This often represents an infinite loop.
Can you please post your strtok code?