khalidahmedshalabi/SAMPBulletproof

GetWeaponIDFromModelID undefined on gta v gun switch

Closed this issue · 3 comments

when i set gtav_gunswitch on this_core i get that GetWeaponIDFromModelID in bulletproof.pwn is undefined.

I remember commenting that function GetWeaponID... out; I'm sure I haven't removed it. So try to find it in one of the modules (probably weaponshot.inc or common.inc) and remove the commenting! Tell me if you don't find it.

done with common.inc

#if GTAV_SWITCH_MENU != 0
GetWeaponIDFromModelID(modelid)
{
...
}
#endif