28.07.2009, 10:27
HI, I have 3 questions.
1. = Is there any pickup limit in sa-mp? I've saved pickups, but only half of them is showing.
2. = How to add plugins to my server? I have created folder named ''Plugins'', and added plugins line in server.cfg, but plugin stil not load.
3. = What is wrong with this area?:
above main:
under ongamemodeinit:
and:
*
is part of my level system
I have 2 other areas like this one, but they are working...
1. = Is there any pickup limit in sa-mp? I've saved pickups, but only half of them is showing.
2. = How to add plugins to my server? I have created folder named ''Plugins'', and added plugins line in server.cfg, but plugin stil not load.
3. = What is wrong with this area?:
above main:
Код:
forward bazearea();
Код:
SetTimer("bazearea",1000, 1);
Код:
public bazearea() { for(new i=0; i < MAX_PLAYERS; i++) { GetPlayerPos(i, X, Y, Z); if (X <= -1665 && X >= -1712 && Y <= -239 && Y >= -239) { if (gPlayerLevel[i] < 10) SetPlayerHealth(i, -999999.9); } } }
Код:
if (gPlayerLevel[i] < 10)
I have 2 other areas like this one, but they are working...