How to stop a Teleport?
#2

When player health will less that 20 it will Send him Message "ou Can't Leave The DeathMatch because you have less that 20 Health" and about 70% is taken from Wiki
Код:
CMD:leave(playerid,params[])
{
    new Float:health;
    GetPlayerHealth(playerid,health);
    if (health > 20.0)
    {
	SendClientMessage(playerid,-1, "You Can't Leave The DeathMatch because you have less that 20 Health");
    }
	return 1;
	}
Reply


Messages In This Thread
How to stop a Teleport? - by danish007 - 05.08.2016, 09:31
Re: How to stop a Teleport? - by FuNkYTheGreat - 05.08.2016, 10:19
Re: How to stop a Teleport? - by JuzDoiT - 08.08.2016, 18:04
Re: How to stop a Teleport? - by Parallex - 08.08.2016, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)