04.01.2014, 19:19
It was well explained and you could do that yourself (don't be lazy
)
![Smiley](images/smilies/smile.png)
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(reason == 31 && GetPlayerState(killerid) == PLAYER_STATE_DRIVER && GetVehicleModel(GetPlayerVehicleID(killerid)) == 447)
{
// code..
}
return 1;
}