07.01.2014, 20:39
Getting weapon data for the players: https://sampwiki.blast.hk/wiki/GetPlayerWeaponData
Knowing when a player changes weapon: https://sampforum.blast.hk/showthread.php?tid=486214
In OnPlayerChangeWeapon, use SetPlayerArmedWeapon and set the armed weapon to the one you've already stored (check your previous thread, 2nd line of the post).
Knowing when a player changes weapon: https://sampforum.blast.hk/showthread.php?tid=486214
In OnPlayerChangeWeapon, use SetPlayerArmedWeapon and set the armed weapon to the one you've already stored (check your previous thread, 2nd line of the post).

