03.03.2014, 11:41
Hi all, i need some help, How can i make the following sutem:: When a player drive a car and his car destroyed then send a massage " you destroy your car"
thanks
thanks
public OnVehicleDeath(vehicleid, killerid)
{
SendClientMessage(Killerid, 0xFF000000, "You Destroy Your Car!.");
return 1;
}