05.01.2014, 16:51
I'm creating three new callbacks for this include:
Should be released shortly, although I might have a bit of trouble with the second one!
pawn Код:
// Called when a player rams into a vehicle.
public OnPlayerCollideVehicle(playerid, vehicleid) {}
// Called when a player rams into an object.
public OnPlayerCollideObject(playerid, objectid) {}
// Called when a player rams into a player.
public OnPlayerCollidePlayer(playerid, targetid) {}