Invalid Function or declaration
#1

Error lines help me please
Код:
C:\Users\p\Desktop\CNR\gamemodes\Test.pwn(656) : error 010: invalid function or declaration
C:\Users\p\Desktop\CNR\gamemodes\Test.pwn(658) : error 010: invalid function or declaration
C:\Users\p\Desktop\CNR\gamemodes\Test.pwn(660) : error 010: invalid function or declaration

Код:
Timer:ServerTimer[1000]()//Line 656
{
	foreach(Player, i)//Line 658
	{
		if(MW == 1)//Line 660
		{
			SetPlayerMarkerForPlayer(i, MWPlayer, COLOR_RED);
		}
	}
}
Reply


Messages In This Thread
Invalid Function or declaration - by FizzyWalshy - 16.09.2017, 06:16
Re: Invalid Function or declaration - by JesterlJoker - 16.09.2017, 06:25
Re: Invalid Function or declaration - by FizzyWalshy - 16.09.2017, 06:58

Forum Jump:


Users browsing this thread: 1 Guest(s)