05.11.2009, 17:44
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);
}
}
}
}

