Code:
if (!Inventory_HasItem(playerid, "Weapon License A") || !Inventory_HasItem(playerid, "Weapon License B") || !Inventory_HasItem(playerid, "Weapon License C")
return SendErrorMessage(playerid, "You are not allowed to purchase from here without a weapon license.");
Help with fixing that, no any errors while compiling.