Quote:
Originally Posted by AbyssMorgan
PHP код:
CMD:setfreq(playerid, params[])
{
new frequency;
if(!sscanf(params, "i", frequency))
{
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;
}
//edit if(!sscanf(params, "i", frequency))
|
you can just fix it yourself how not because this is my first time doing this code CMD Input format