02.02.2011, 15:14
"undefined symbol" means that the used variable/function isn't declared.
With strtok you can split a string at the whitespaces -> you can separate the command itself and the parameters.
https://sampwiki.blast.hk/wiki/Strtok
There you can find an example how to use it with OnPlayerCommandText.
With strtok you can split a string at the whitespaces -> you can separate the command itself and the parameters.
https://sampwiki.blast.hk/wiki/Strtok
There you can find an example how to use it with OnPlayerCommandText.