Team Kill problem again
#2

Quote:
Originally Posted by jamesb93
Hey again, Thanks to those who helped me with my team kill problem before. Bassically there are two team and if you kill some from the other team you get ex + 500$. If you team kill you get -1000$. But it's saying "Don't team kill, -1000$." When you kill someone from the opposite team.
If you could help, It would be much appriciated.

Thankss
J@meZ..
here are the lines, check the parameters you can easely see the text.

pawn Код:
if (Eastteam[playerid] == Eastteam[killerid] ) // east Team Kill
    {
    SendClientMessage(killerid, COLOR_RED, "Do not Team Kill (-1000 Money)");
    GivePlayerMoney(killerid,-1000);
    }

    if (WestTeam[playerid] == WestTeam[killerid] ) // west Team Kill
    {
    SendClientMessage(killerid, COLOR_RED, "Do not Team Kill(-1000)");
    GivePlayerMoney(killerid,-1000);
    return 1;
    }
Reply


Messages In This Thread
Team Kill problem again - by jamesb93 - 13.05.2009, 21:12
Re: Team Kill problem again - by Think - 13.05.2009, 21:25

Forum Jump:


Users browsing this thread: 1 Guest(s)