error with "cmd_leave"(+REP for helping)
#1

Hi, today i got this error and i can't fix it, i tried 9-5 times and i can't the same probleme happen.
here is codes:
Код:
error 021: symbol already defined: "cmd_leave"
Код:
CMD:leave(playerid,params[])
{
if(InDerby[playerid] == 0) return SendClientMessage(playerid,COLOR_GREEN,"You are not in derby!");
  {
   InDerby[playerid] = 0;
   SetPlayerHealth(playerid,0);
   }
   return 1;
}
the line of the error is in the first "{"
under CMD:leave
Reply


Messages In This Thread
error with "cmd_leave"(+REP for helping) - by MarkNelson - 10.07.2016, 14:32
Re: error with "cmd_leave"(+REP for helping) - by Dayrion - 10.07.2016, 14:41
Re: error with "cmd_leave"(+REP for helping) - by MarkNelson - 10.07.2016, 14:42
Re: error with "cmd_leave"(+REP for helping) - by SyS - 10.07.2016, 14:44
Re: error with "cmd_leave"(+REP for helping) - by MarkNelson - 10.07.2016, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)