[HELP] /ado and /ame commands
#6

Add this on the bottom of your script as i said before.
pawn Код:
stock ProxDetector(Float:radi, playerid, string[],color)
{
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid,x,y,z);
    foreach(Player,i)
    {
        if(IsPlayerInRangeOfPoint(i,radi,x,y,z))
        {
            SendClientMessage(i,color,string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
[HELP] /ado and /ame commands - by Dannylarz - 09.05.2012, 03:30
Re: [HELP] /ado and /ame commands - by Ballu Miaa - 09.05.2012, 04:02
Re: [HELP] /ado and /ame commands - by ReneG - 09.05.2012, 04:13
Re: [HELP] /ado and /ame commands - by Dannylarz - 09.05.2012, 04:40
Re: [HELP] /ado and /ame commands - by Dannylarz - 09.05.2012, 08:14
Re: [HELP] /ado and /ame commands - by Ballu Miaa - 09.05.2012, 12:52
Re: [HELP] /ado and /ame commands - by Dannylarz - 10.05.2012, 09:32
Re: [HELP] /ado and /ame commands - by Ballu Miaa - 10.05.2012, 10:41
Re: [HELP] /ado and /ame commands - by Dannylarz - 10.05.2012, 11:26
Re: [HELP] /ado and /ame commands - by Dannylarz - 12.05.2012, 15:37

Forum Jump:


Users browsing this thread: 1 Guest(s)