The issue is at GetEntityModel, this returns an hash, not a string 
So comparing an hash to a string is not going to work. You probably would need to use GetHashKey on the ADDER and POUNDER string.
GetHashKey("ADDDER");
GetHashKey("POUNDER");
If it still doesn’t work, try printing what comes out of plycar and the GetHashKey methods.