Problem with heli blades kill
#2

Let's make it like this:
pawn Код:
if(reason == 50) // 50 = heli blades kill
{
    reasonMsg = "Helicopter Blades";
    SendClientMessage(killerid,COLOR_GREEN,"**You got 2500$ bonus for killing with helicopter blades!");
    GivePlayerMoney(killerid, 2500);
}
else if(reason == 49) // 49 = veh collision
{
    reasonMsg = "Vehicle Collision";
}
Reply


Messages In This Thread
Problem with heli blades kill - by Face9000 - 05.01.2012, 08:51
Re: Problem with heli blades kill - by Norck - 05.01.2012, 09:05
Re: Problem with heli blades kill - by Face9000 - 05.01.2012, 09:07
Re: Problem with heli blades kill - by Norck - 05.01.2012, 09:10
Re: Problem with heli blades kill - by Face9000 - 05.01.2012, 09:16

Forum Jump:


Users browsing this thread: 1 Guest(s)