Weapon state
#1

Greetings, thank you for reading my thread.

I'd like to know how to know if someone has a weapon out in a certain range, such as in an interior of the PD

That within 2 minutes a message is sent with sendclientmessage

With more details

Id like it for someone if they could help/make me a weapon state finder, ignoring brass knuckles and fire extenguisher, that if a weapon gets pulled out in a range of point a timer of 2 minutes starts, and if the player still has a weapon (including melees firearms ignoring brass knuckles and fire extenguisher) a sendclientmessage gets sent

Id do it myself if i had a bit more experience with pawno scripting, Im just a rookie.
Reply
#2

sigh
Reply
#3

IsPlayerInRangeOfPoint ();
{
GetPlayerWeapon();
if(weaponid != 0)
{
SendClientMessage();
}

}

try something like this
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)