SA-MP Forums Archive
error - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: error (/showthread.php?tid=106795)



error - kennyist - 05.11.2009

error 017: undefined symbol "playerid" found on
Код:
	for(new i=0; i<MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if(IsPlayerInArea(i, 2422.7078, 2341.8752, 1738.9839, 1740.3250))
			{
        GameTextForPlayer(i, "DIE", 3000, 3);
        SetPlayerHealth(playerid, 0.0);
			}
		}
	}
}



Re: error - dice7 - 05.11.2009

Change it to "i"