08.01.2015, 14:14
I've done what you said:
Once again, I got errors:
Line 1449 is:
pawn Код:
if(response)
{
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", "");
}
}
}
}
}
pawn Код:
GM.pwn(1449) : error 014: invalid statement; not in switch
GM.pwn(1449) : warning 215: expression has no effect
GM.pwn(1449) : error 001: expected token: ";", but found ":"
GM.pwn(1449) : error 029: invalid expression, assumed zero
pawn Код:
case 4: