error 035: argument type mismatch (argument 1)
#10

Quote:
Originally Posted by Rayoung
Посмотреть сообщение
Код:
CMD:setfreq(playerid, params[])
{
	new inputtext, frequency;
	if(sscanf(inputtext, "i", frequency)) // <-- error 035: argument type mismatch (argument 1) In this Line again
	{
		ShowPlayerDialog(playerid, DIALOG_TANSO, DIALOG_STYLE_INPUT, "Enter the frequency ", " frequency may be higher and lower than 9999999 -9999999! \ n HINT: Set up your frequency la 0, se ve radio default mode. ", "Choice ", " Cancel ");
	}
	return 1;
}
This Line If(sscanf(inputtext, "i", frequency)) is was error 035, And I don't know how to fix that @@. Help me
You must not change params into anything.

Код:
if(sscanf(params, "i", frequency))
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)