[HELP] Undefined symbol "params"
#4

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!

Quote:
Originally Posted by xEF
Посмотреть сообщение
Код:
if(sscanf(params, "u",etkName, katilimsurebelirle)) SendClientMessage(playerid,-1,""hw"~ Etkinlik ~ "wh"/etkbaslat <etk ismi> <katilim bitme suresi>");
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.
Reply


Messages In This Thread
[HELP] Undefined symbol "params" - by KONTROWKEN - 05.03.2016, 19:26
Re: [HELP] Undefined symbol "params" - by xEF - 05.03.2016, 19:29
Re: [HELP] Undefined symbol "params" - by KONTROWKEN - 05.03.2016, 19:35
Re: [HELP] Undefined symbol "params" - by Burridge - 05.03.2016, 22:13
Re: [HELP] Undefined symbol "params" - by illuminati2 - 05.03.2016, 22:26

Forum Jump:


Users browsing this thread: 1 Guest(s)