Where would I stick this?
#1

Hello,

I want a message to be displayed when anyone enters a certain area. I've written this up:
pawn Код:
if(IsPlayerInRangeOfPoint( playerid, 10.0, 1486.0039,-1748.5117,15.4453))
                    {
                        if
                        {
                            SendClientMessage( playerid, RED, "A notice on the fence says:" );
                            SendClientMessage( playerid, RED, "City Hall is moved to the Burnsy Building." );
                            SendClientMessage( playerid, RED, "One block South West of Glen Park." );
                        }
                        else
                        {
                        return 0;
.

I'm not sure if this is right as I'm such a new scripter, but if it is right, where would I put it?

Cheers.
Reply


Messages In This Thread
Where would I stick this? - by 06leachr - 02.01.2011, 18:56
Re: Where would I stick this? - by Luis- - 02.01.2011, 18:58
Re: Where would I stick this? - by admantis - 02.01.2011, 18:59
Re: Where would I stick this? - by scottyishere - 02.01.2011, 19:04
Re: Where would I stick this? - by 06leachr - 02.01.2011, 19:12

Forum Jump:


Users browsing this thread: 2 Guest(s)