onplayerdeath player still talks
#6

First of all "DEATHS" is plural so you should use it to store how many times he died and NOT if he's dying now.
Add return 0;

Код:
if(USER[playerid][DEATHS])
{
     SendClientMessage(playerid,COLOR_RED,"You Are Brutally Wounded And Can't Talk");
     return 0;
}
Reply


Messages In This Thread
onplayerdeath player still talks - by grymtn - 12.04.2017, 04:13
Re: onplayerdeath player still talks - by khRamin78 - 12.04.2017, 04:50
Re: onplayerdeath player still talks - by grymtn - 12.04.2017, 04:59
Re: onplayerdeath player still talks - by Kane - 12.04.2017, 05:38
Re: onplayerdeath player still talks - by grymtn - 12.04.2017, 05:51
Re: onplayerdeath player still talks - by Spoookymon - 12.04.2017, 06:15
Re: onplayerdeath player still talks - by grymtn - 12.04.2017, 06:21

Forum Jump:


Users browsing this thread: 1 Guest(s)