I need Help Please !!
#1

PLZ ANYBODY TELL ME HOW TO FIX THIS

ERRORS


Code OF The CMDs
Код:
CMD:mmafk(playerid,params[]) {
   if(PlayerInfo[playerid][MMLevel] >= 1) {
   TogglePlayerControllable(playerid,0);
   new string[128]; format(string,sizeof(string),"[MM MEMBER]:%s Is Now Away From The Keyboard! ", pName(playerid) );
   SendClientMessageToAll(blue1, string);
   SendClientMessage(playerid, green, "Type {FF0000}/bcback {33FF33}When You Back.");
   } else return SendClientMessage(playerid,red,"ERROR: You need to be BC Member Rank 1 to use this command");
   return 1;
//-=-=-=- Back
CMD:mmback(playerid,params[]) {     <ERROR LINE (51380)
   if(PlayerInfo[playerid][MMLevel] >= 1) {
   TogglePlayerControllable(playerid,1);
   new string[128]; format(string,sizeof(string),"[MM MEMBER]:%s Now Back! ", pName(playerid) );
   SendClientMessageToAll(blue1, string);
   } else return SendClientMessage(playerid,red,"ERROR: You need to be MM Member Rank 1 to use this command");
   return 1;
}

NOTE: When I Remove This CMD another CMD From Same Clan (mm) Say Same Problems
Reply


Messages In This Thread
I need Help Please !! - by RamzyR - 04.08.2016, 14:50
Re: I need Help Please !! - by SyS - 04.08.2016, 14:52
Re: I need Help Please !! - by AndySedeyn - 04.08.2016, 14:52
Re: I need Help Please !! - by RamzyR - 04.08.2016, 14:59
Re: I need Help Please !! - by oMa37 - 04.08.2016, 15:08
Re: I need Help Please !! - by RamzyR - 04.08.2016, 15:24
Re: I need Help Please !! - by WhiteGhost - 04.08.2016, 15:33

Forum Jump:


Users browsing this thread: 4 Guest(s)