i haveproblem with Gm LoF
#1

guys can you tell what is the problem??

i got this error
Код:
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(6375) : warning 213: tag mismatch
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(6414) : error 029: invalid expression, assumed zero
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(6414) : warning 215: expression has no effect
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(6414) : error 001: expected token: ";", but found ")"
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(6414) : error 029: invalid expression, assumed zero
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(6414) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
in this line
Код:
if(JustRegistered(playerid) == 0)
		{
			new login[156];
			format(login, sizeof(login), "{1B8AE4}%s (%d) {FFFFFF}has logged into the server.", PlayerName(playerid), playerid);
			for(new i = 0; i <MAX_PLAYERS; i++)
			{
				if(IsPlayerConnected(i))
				{
		    		if(PInfo[i][sConnectionMessages] == 0)
		    		{
						SendClientMessage(i, COLOR_YELLOW, login);
					}
				}
			}
		}
please help..
i will +rep you...
Reply


Messages In This Thread
i haveproblem with Gm LoF - by ejul - 28.11.2012, 08:26
Re: i haveproblem with Gm LoF - by ejul - 28.11.2012, 18:37
Re: i haveproblem with Gm LoF - by ReVo_ - 28.11.2012, 18:56
Re: i haveproblem with Gm LoF - by ejul - 29.11.2012, 11:42
Re: i haveproblem with Gm LoF - by GiamPy. - 29.11.2012, 11:44
Re: i haveproblem with Gm LoF - by ejul - 29.11.2012, 17:40
Re: i haveproblem with Gm LoF - by blackbhuta - 29.11.2012, 20:57
Re: i haveproblem with Gm LoF - by ejul - 02.12.2012, 17:36

Forum Jump:


Users browsing this thread: 2 Guest(s)