Possible?
#9

Thank friend! Sucess! +rep!
pawn Код:
if (strcmp("/stopalarm", cmdtext, true) == 0)
    {
        //If(!CopPlayer) return SendCliendMessage(playerid, COLOR_RED, " Your not LSPD");          
        new Float:X, Float:Y, Float:Z;
        GetPlayerPos(playerid, X, Y, Z);
   
        foreach(Player, i)
        {
            if(IsPlayerInRangeOfPoint(i, 5.0, X, Y, Z))
            {
               StopAudioStreamForPlayer(AudioTest);
            }            
        }        
        return 1;
    }
Reply


Messages In This Thread
Possible? - by Aquilis - 11.12.2011, 10:10
Re: Possible? - by suhrab_mujeeb - 11.12.2011, 10:12
Re: Possible? - by Aquilis - 11.12.2011, 10:15
Re: Possible? - by shitbird - 11.12.2011, 10:23
Re: Possible? - by Aquilis - 11.12.2011, 10:27
Re: Possible? - by shitbird - 11.12.2011, 10:30
Re: Possible? - by Aquilis - 11.12.2011, 10:33
Re: Possible? - by shitbird - 11.12.2011, 10:38
Re: Possible? - by Aquilis - 11.12.2011, 10:53

Forum Jump:


Users browsing this thread: 4 Guest(s)