05.01.2012, 09:05
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";
}