08.01.2015, 13:54
he means this:
pawn Код:
if(response) // If they clicked 'Select' or double-clicked a weap
{
switch(listitem)
{
case 0:
{
foreach(new i: Player)
{
if(PlayerInfo[i][pGang] = 2000), format(string, sizeof(string), "%s (%d)", PlayerName(i), i), ShowPlayerDialog(playerid, DIALOG_GROVES, DIALOG_STYLE_LIST, "Gang: Grove Street Families", string1, "Close", "");
}
}
}
}
return 1;