Using isPlayerInArea in another script, is this possible?
#4

or
pawn Код:
IsPlayerAllowedToDropBomb(playerid)
{
    new Float:X, Float:Y, Float:Z;  
    GetPlayerPos(playerid, X, Y, Z);
    return (X <= 464.0057 && X >= -117.3833 && Y <= 2111.7815 && Y >= 1568.7208);
}
Reply


Messages In This Thread
Using isPlayerInArea in another script, is this possible? - by Gemini - 08.07.2011, 11:16
Re: Using isPlayerInArea in another script, is this possible? - by Jeffry - 08.07.2011, 11:25
Re: Using isPlayerInArea in another script, is this possible? - by Guest3598475934857938411 - 08.07.2011, 11:25
Re: Using isPlayerInArea in another script, is this possible? - by Jefff - 08.07.2011, 12:21

Forum Jump:


Users browsing this thread: 1 Guest(s)