[FilterScript] IsPlayerInArea Maker.
#9

Quote:
Originally Posted by Abagail
Посмотреть сообщение
IsPlayerInArea is not a SA:MP function. You'll need to provide the stock / whatever for IsPlayerInArea. This is useless without it(and also put the script on pastebin).
I know, If you'll notice, the function inside the script!

Anyway -
PHP код:
IsPlayerInArea(playeridFloat:MinXFloat:MinYFloat:MaxXFloat:MaxY)
{
    new 
Float:xFloat:YFloat:Z;
    
GetPlayerPos(playeridXYZ);
    return (
>= MinX && <= MaxX && >= MinY && <= MaxY) ? 0;

Sorry My Bad English :X
Reply


Messages In This Thread
IsPlayerInArea Maker. - by _Application_ - 06.01.2015, 11:15
Re: IsPlayerInArea Maker. - by MohanedZzZ - 06.01.2015, 11:23
Re: IsPlayerInArea Maker. - by LorDWarS - 06.01.2015, 15:22
Re: IsPlayerInArea Maker. - by _Application_ - 06.01.2015, 18:57
Re: IsPlayerInArea Maker. - by AroseKhanNiazi - 06.01.2015, 19:58
Re: IsPlayerInArea Maker. - by Schneider - 06.01.2015, 20:12
Re: IsPlayerInArea Maker. - by Maximun - 06.01.2015, 20:59
Re: IsPlayerInArea Maker. - by Abagail - 06.01.2015, 21:05
Re: IsPlayerInArea Maker. - by _Application_ - 06.01.2015, 21:56

Forum Jump:


Users browsing this thread: 2 Guest(s)