Help with safezone text
#1

Hi all. I try to make a function like this: when player is safe zone, player recive a message with that.
pawn Код:
forward SafeZone(playerid);
public SafeZone(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 155,1642.0690,-2241.6035,13.4940))
    {
    SCM(playerid, -1, "You are in the safe zone. DON'T SHOT ANYBODY.");
    }
    return 1;
}
With this code the player is not reciving any message.
I have no ideea what i need to do
Reply


Messages In This Thread
Help with safezone text - by prooftzm - 11.08.2014, 10:02
Re: Help with safezone text - by Twizted - 11.08.2014, 10:10
Re: Help with safezone text - by prooftzm - 11.08.2014, 10:21
Re: Help with safezone text - by prooftzm - 11.08.2014, 10:32
Re: Help with safezone text - by Twizted - 11.08.2014, 10:33
Re: Help with safezone text - by prooftzm - 11.08.2014, 10:59
Re: Help with safezone text - by Twizted - 11.08.2014, 11:00
Re: Help with safezone text - by prooftzm - 11.08.2014, 11:22

Forum Jump:


Users browsing this thread: 1 Guest(s)