2023-12-28, 01:30 PM
Hi i'm curious how to detect collision when bullet hit an object in samp like have a print like "You hit a object"
[Pawn] How to detect bullet collision on object?
|
2023-12-28, 01:30 PM
Hi i'm curious how to detect collision when bullet hit an object in samp like have a print like "You hit a object"
2023-12-29, 03:19 AM
As for the collision, you can use ColAndreas plugin, you can find here https://github.com/Pottus/ColAndreas
2024-03-03, 04:29 PM
(2023-12-28, 01:30 PM)ZynxLinclon Wrote: Hi i'm curious how to detect collision when bullet hit an object in samp like have a print like "You hit a object" Here is an example PHP Code: forward OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ); |