Stock problem
#1

Код:
C:\Users\gora_\Desktop\Samp\gamemes\OldStyle.pwn(496) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\gora_\Desktop\Samp\gamemodes\OldStyle.pwn(499) : error 001: expected token: "-string end-", but found "-identifier-"
Код:
stock IsMonth29(year)
{
496:	new y = 2000;
	for(new i = 4; i < 3000; i += 4) 
	{
499:		if((y+i) == year) return 1;
	}
	return 0;
}
Reply


Messages In This Thread
Stock problem - by C0oL3r - 16.02.2018, 21:59
Re: Stock problem - by Mugala - 16.02.2018, 22:06
Re: Stock problem - by C0oL3r - 16.02.2018, 22:46
Re: Stock problem - by AdamsLT - 16.02.2018, 23:14
Re: Stock problem - by Mugala - 16.02.2018, 23:16
Re: Stock problem - by C0oL3r - 16.02.2018, 23:24

Forum Jump:


Users browsing this thread: 2 Guest(s)