16.09.2017, 06:16
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);
}
}
}

