Car help
#1

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
Reply
#2

pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
    SendClientMessage(Killerid, 0xFF000000, "You Destroy Your Car!.");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)