10.10.2015, 16:01
Quote:
|
Did you fix your code? If not, what are the errors and the lines?
|
Код:
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;
}


