Suicide
#7

PHP код:
CMD:det(playeridparams[])
{
    if(!
IsPlayerAdmin(playerid))
        return 
SendClientMessage(playerid, -1"Error: You are not authorized to use this command.");

    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);

    for(new 
0MAX_PLAYERSI++)
    {
        if(!
IsPlayerConnected(I))
            continue;

        if(
== playerid)
            continue;

        if(
IsPlayerInRangeOfPoint(I15.0xyz))
            
SetPlayerHealth(I0);
    }

    return 
1;

Something like this. I did not test it, just wrote it in the message box. Don't know if it works.
Reply


Messages In This Thread
Suicide - by GeneralAref - 12.12.2015, 16:08
Re: Suicide - by Sew_Sumi - 12.12.2015, 17:46
Re: Suicide - by GeneralAref - 12.12.2015, 18:09
Re: Suicide - by Ritzy2K - 12.12.2015, 18:15
Re: Suicide - by saffierr - 12.12.2015, 22:54
Re: Suicide - by GeneralAref - 13.12.2015, 10:06
Re: Suicide - by Denying - 13.12.2015, 14:46
Re: Suicide - by Sew_Sumi - 13.12.2015, 17:30

Forum Jump:


Users browsing this thread: 1 Guest(s)