28.07.2009, 10:48
1. Yes, 400.
2. Try not using a capital but use 'plugins' instead. (Also make sure you have the folder 'plugins' where you place the plugin).
2. Try not using a capital but use 'plugins' instead. (Also make sure you have the folder 'plugins' where you place the plugin).
Код:
public bazearea() { for(new i=0; i < MAX_PLAYERS; i++) { GetPlayerPos(i, X, Y, Z); if (X <= -1665 && X >= -1712 && Y <= -239 && Y >= -239) // I suggest IsPlayerInArea though { if (gPlayerLevel[i] < 10) { SetPlayerHealth(i, 0); } } } return 1; }