18.05.2016, 17:09
I am sorry, I just realized that detecting non firearm weapons would be a lot of work than detecting firearms ones.
Weapon ids from 22 to 34 are firearms. So, switch between them and show the textdraw.
PHP код:
switch (weaponid)
{
case 22..34:
{
// Show the textdraw here
}
}