[HELP,PROBLEM] Pickup's, Plugins, Area
#2

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).

Код:
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;
}
Reply


Messages In This Thread
[HELP,PROBLEM] Pickup's, Plugins, Area - by cigo - 28.07.2009, 10:27
Re: [HELP,PROBLEM] Pickup's, Plugins, Area - by GTA_Rules - 28.07.2009, 10:48
Re: [HELP,PROBLEM] Pickup's, Plugins, Area - by cigo - 28.07.2009, 12:35
Re: [HELP,PROBLEM] Pickup's, Plugins, Area - by cigo - 28.07.2009, 15:36

Forum Jump:


Users browsing this thread: 2 Guest(s)