HELP ERRORS +REP
#8

Knappen just told you the error, you have one too many brackets.
pawn Код:
stock CaptureZoneMessage(playerid, messageid)
{
switch(messageid)
{
case 0:
{
SendClientMessage(playerid, COLOR_RED,"You cannot capture while in a vehicle!");
}
case 1:
{
SendClientMessage(playerid, COLOR_RED,"This zone is already being taken over!");
}
} // Unnecessary
case 2:
{

SendClientMessage(playerid, COLOR_RED,"This zone is already being taken over!");
}
}
return 1;
}
Also, read the forum rules. You're allowed to bump once every 24 hours.
Reply


Messages In This Thread
HELP ERRORS +REP - by Mijata - 27.01.2015, 14:37
Re: HELP ERRORS +REP - by Knappen - 27.01.2015, 16:20
Re: HELP ERRORS +REP - by Mijata - 27.01.2015, 17:25
Re: HELP ERRORS +REP - by Mijata - 27.01.2015, 18:02
Re: HELP ERRORS +REP - by View - 27.01.2015, 18:09
Re: HELP ERRORS +REP - by Mijata - 27.01.2015, 18:12
Re: HELP ERRORS +REP - by View - 27.01.2015, 18:16
Re: HELP ERRORS +REP - by CalvinC - 27.01.2015, 18:16
Re: HELP ERRORS +REP - by Mijata - 27.01.2015, 18:18
Re: HELP ERRORS +REP - by CalvinC - 27.01.2015, 18:18

Forum Jump:


Users browsing this thread: 1 Guest(s)