Change to Dialog Input plz
CMD:voucher(playerid, params[])
{
new code;
if(sscanf(params, "d", code))
{
SendClientMessage(playerid, COLOR_WHITE, "USAGEF: /voucher [code]");
return 1;
}
format(fstring, sizeof(fstring), VOUCHER_FILE, code);
if(dini_Exists(fstring))
{...