#1

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);
			}
		}
	}
}
Reply
#2

Change it to "i"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)