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
#2

You have already a command called "leave".
Reply
#3

So what i must do?
i need them.
Name my command to other name?
Reply
#4

Quote:
Originally Posted by MarkNelson
Посмотреть сообщение
So what i must do?
i need them.
Name my command to other name?
yeah
Reply
#5

ty i fixed it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)