[FilterScript] Drop Gun
#8

Quote:
Originally Posted by Legit_V20
Посмотреть сообщение
when i use foreach i get this when i compile it

C:\Users\Legit_V20\Desktop\GTASanAndreas\pawno\inc lude\foreach.inc(140) : fatal error 111: user error: "Please include a_samp or a_npc before foreach"


Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
WTF Never seen that before.

Anyways here is the .amx, dunno why you can't compile it AMX: http://www.2shared.com/file/fRWgZyGm/dropgun.html

or just comment out foreach and change the last function to this


pawn Код:
stock SendLocalMessage(playerid, msg[], Float:MessageRange, Range1color, Range2color)
{
    new Float: PlayerX, Float: PlayerY, Float: PlayerZ;
    GetPlayerPos(playerid, PlayerX, PlayerY, PlayerZ);
    for(new i = 0; i < MAX_PLAYERS; i ++ )
    {
        if(IsPlayerConnected(i))
        {
            if(IsPlayerInRangeOfPoint(i, MessageRange, PlayerX, PlayerY,PlayerZ))
            {
                SendClientMessage(i, Range1color, msg);
            }
            else if(IsPlayerInRangeOfPoint(i, MessageRange/2.0, PlayerX, PlayerY,PlayerZ))
            {
                SendClientMessage(i, Range2color, msg);
            }
        }
    }
}
Reply


Messages In This Thread
Drop Gun - by PeteShag - 27.01.2011, 02:56
Re: Drop Gun - by Lorenc_ - 27.01.2011, 03:13
Re: Drop Gun - by PeteShag - 27.01.2011, 03:28
Re: Drop Gun - by Legit_V20 - 27.01.2011, 03:56
Re: Drop Gun - by PeteShag - 27.01.2011, 04:06
Re: Drop Gun - by Legit_V20 - 27.01.2011, 04:11
Re: Drop Gun - by Legit_V20 - 27.01.2011, 04:12
Re: Drop Gun - by PeteShag - 27.01.2011, 04:18
Re: Drop Gun - by Legit_V20 - 27.01.2011, 04:31
Re: Drop Gun - by Legit_V20 - 27.01.2011, 04:34
Re: Drop Gun - by Kitten - 27.01.2011, 04:37
Re: Drop Gun - by FreshKilla - 27.01.2011, 06:46
Re: Drop Gun - by Shadow™ - 27.01.2011, 07:47
Re: Drop Gun - by iMonk3y - 27.01.2011, 11:41
Re: Drop Gun - by VoViNaToR - 28.01.2011, 14:39
Re: Drop Gun - by MEC - 28.01.2011, 16:03
Re: Drop Gun - by Mean - 28.01.2011, 16:17
Re: Drop Gun - by PeteShag - 28.01.2011, 20:31
Re: Drop Gun - by Kasis - 28.01.2011, 20:50
Re: Drop Gun - by Curti$ - 28.01.2011, 21:39
Respuesta: Drop Gun - by PuNNToX - 28.01.2011, 22:10
Re: Drop Gun - by Shadow™ - 29.01.2011, 00:17
Re: Drop Gun - by [FeK]Knife - 29.01.2011, 01:03
Respuesta: Drop Gun - by PuNNToX - 29.01.2011, 01:07
Re: Drop Gun - by Shadow™ - 29.01.2011, 02:15
Re: Drop Gun - by A.Bowers - 29.01.2011, 02:19
Re: Drop Gun - by jasonnw666 - 30.01.2011, 09:31
Re: Drop Gun - by VoViNaToR - 30.01.2011, 11:45
Re: Drop Gun - by GobL1N - 20.02.2011, 08:01
Re: Drop Gun - by davve95 - 13.01.2012, 19:07
Re: Drop Gun - by Pillhead2007 - 08.05.2013, 15:47
Re: Drop Gun - by darkowner - 13.01.2015, 09:58
Re: Drop Gun - by Hybris - 08.03.2015, 12:23
Re: Drop Gun - by Bryann - 08.03.2015, 13:36
Re: Drop Gun - by M0HAMMAD - 08.03.2015, 18:11
Re: Drop Gun - by PizzaBoyz - 20.10.2016, 23:27
Re: Drop Gun - by iLearner - 26.10.2016, 06:03
Re: Drop Gun - by Matyaas - 28.02.2018, 00:28
Re: Drop Gun - by DJefferson - 09.03.2018, 10:20

Forum Jump:


Users browsing this thread: 1 Guest(s)