Problem
#1

My SFAP DM area is under construction,
So if anyone goes near the runway it will kill them,
If i goto sfap and go NEAR the runway it kills me,
But its supposed to KILL me when im ON the runway,
Its working i know that, Cause it kills me near the runway,
Is it supposed to do that or is it a bug,

pawn Код:
public isPlayerInArea()
{
new Float:X, Float:Y, Float:Z;
for(new i=0; i < MAX_PLAYERS; i++)    
{
GetPlayerPos(i, X, Y, Z);
if (X <= -1088 && X >= -1644 && Y <= 431 && Y >= -177)

{
SetPlayerHealth(i, -999999.9);      
}
}
}
Reply


Messages In This Thread
Problem - by JoeDaDude - 09.06.2009, 15:12
Re: Problem - by MPKaboose - 09.06.2009, 15:15
Re: Problem - by shady91 - 09.06.2009, 15:17
Re: Problem - by JoeDaDude - 09.06.2009, 15:38
Re: Problem - by MPKaboose - 09.06.2009, 15:58
Re: Problem - by JoeDaDude - 09.06.2009, 15:59
Re: Problem - by MPKaboose - 09.06.2009, 16:03
Re: Problem - by JoeDaDude - 09.06.2009, 16:09
Re: Problem - by MPKaboose - 09.06.2009, 16:11
Re: Problem - by JoeDaDude - 09.06.2009, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)