I'm busy editing a plugin but i dont understand these weapon numbers:
18,24,13
it should be the both autosnipers and the AWP. I have no clue which weapon is which number. because every other topic says weapon 13 is for ex. the deagle.
Plz help i want the number of the scout
Code:
new clip, ammo
new weapon = get_user_weapon(parm[0], clip, ammo)
if(weapon == 18 || weapon == 24 || weapon == 13) {
new id = parm[0]
new origin[3]
__________________