SA-MP Forums Archive
can't compile. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: can't compile. (/showthread.php?tid=551132)



errors - shadow177 - 17.12.2014

[fixed]


Re: can't compile. - Haz - 17.12.2014

Get a new pawno for you. from sa-mp.com/downloads


Re: can't compile. - MikE1990 - 17.12.2014

Look this code
Код:
public OnPlayerConnect(playerid)
{
		GivePlayerMoney(playerid,100);
		SetPlayerScore(playerid,5);
	return 1; //loose indentation
}
Код:
public OnPlayerConnect(playerid)
{
		GivePlayerMoney(playerid,100);
		SetPlayerScore(playerid,5);
		return 1;
}
Check line 3770,4716,4717 and fix it


Re: can't compile. - Warlord - 17.12.2014

It wont affect at all. If you want to remove it keep scrolling down until you found something that has "" without letters in it. They should be something like "abc"