05.03.2016, 22:13
(
Последний раз редактировалось Burridge; 06.03.2016 в 06:31.
)
The error means you haven't got params defined anywhere. Do you use DCMD, ZCMD or YCMD or is that your own command system?
And if it is getting the player's name the variable etkName only needs to be 24 bits in size not 200!
Why did you change the sscanf parameters from "sd" to just "u"? There's still two parameters in that command and this would therefore break the command. Assuming that etkName is getting the player's name then the correct parameters would be "ud". Although I could be wrong as to what the variables are as I don't fully understand due to language barriers, but I do know for a fact that there are two parameters there and your "fix" would simply break it further.
And if it is getting the player's name the variable etkName only needs to be 24 bits in size not 200!
Why did you change the sscanf parameters from "sd" to just "u"? There's still two parameters in that command and this would therefore break the command. Assuming that etkName is getting the player's name then the correct parameters would be "ud". Although I could be wrong as to what the variables are as I don't fully understand due to language barriers, but I do know for a fact that there are two parameters there and your "fix" would simply break it further.