[HELP] onplayerdeath text
#3

Try replacing

PHP код:

if(PlayerInfo[killerid][Leader] == && PlayerInfo[killerid][Member] == 1)
        {
            
PlayerInfo[playerid][Deaths]++;
            
PlayerInfo[killerid][Kills]++;
            
SCM(killerid,COLOR_LIGHTRED,"You kill your own member");
            return 
1;
        } 
by

PHP код:

if(PlayerInfo[killerid][Leader] == && PlayerInfo[playerid][Member] == 1)
        {
            
PlayerInfo[playerid][Deaths]++;
            
PlayerInfo[killerid][Kills]++;
            
SCM(killerid,COLOR_LIGHTRED,"You kill your own member");
            return 
1;
        } 
EDIT : Too late.
Reply


Messages In This Thread
[HELP] onplayerdeath text - by Luca12 - 31.05.2014, 09:29
Re: [HELP] onplayerdeath text - by SyntaxQ - 31.05.2014, 09:32
Re : [HELP] onplayerdeath text - by S4t3K - 31.05.2014, 09:33
Re: [HELP] onplayerdeath text - by Luca12 - 31.05.2014, 09:38

Forum Jump:


Users browsing this thread: 1 Guest(s)