ErRoR
#1

this is my prob:

Код:
public OnPlayerText(playerid, text[])
{
  if(PlayerData[playerid][Muted] == 1)
{
return 0;
}

  if(PlayerData[playerid][AdminLevel] >= 1 && text[0]=='#')
{
new string[256],name[24]; GetPlayerName(playerid,name,24);
format(string,256,"[ADMIN] %s: %s",name,text[1]);
AdminMessage(COLOR_GREEN, string);
}
  return 0;
}

  if(PlayerData[playerid][AdminLevel]>=1 || PlayerData[playerid][VIP]==1 && text[0]=='@')
{
format(string,256,"[ADMIN] %s: %s",name,text[1]);
AdminMessage(COLOR_GREEN, string);
}
return 0;
}
and this is my errors:

Код:
C:\Users\Martin\Desktop\PUTDETHERINTILSA-MP\WafflesAdmin.pwn(64) : error 010: invalid function or declaration
C:\Users\Martin\Desktop\PUTDETHERINTILSA-MP\WafflesAdmin.pwn(68) : error 054: unmatched closing brace ("}")
C:\Users\Martin\Desktop\PUTDETHERINTILSA-MP\WafflesAdmin.pwn(69) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Reply


Messages In This Thread
ErRoR - by My_Waffles_Bitch_L0L - 15.02.2009, 05:01
Re: ErRoR - by Backwardsman97 - 15.02.2009, 05:08
Re: ErRoR - by [RP]Rav - 15.02.2009, 08:47
Re: ErRoR - by My_Waffles_Bitch_L0L - 15.02.2009, 08:55

Forum Jump:


Users browsing this thread: 1 Guest(s)