Position Jail
#1

Anyone can make me a auto jail if the players has shoot a position or object
Reply
#2

Use this callback below to detect if a player has shot a weapon (It only works with lag compensation on).
If you need any more help, feel free to contact me.
pawn Код:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)