if(dialogid == 5){
if(!response) return 1;
switch(listitem){
case 0:{
new pWep = GetPlayerWeapon(playerid);
new pAmo = GetPlayerAmmo(playerid);
format(String,sizeof(String),"W%i",pWep);
DOF2_SetInt(pFile(playerid),String,DOF2_GetInt(pFile(playerid),String)+1);
format(String,sizeof(String),"B%i",pWep);
DOF2_SetInt(pFile(playerid),String,DOF2_GetInt(pFile(playerid),String)+pAmo);
SetPlayerAmmo(playerid,pWep,0);}}
return 1;}