Quote:
Originally posted by LiquidIce00
just dont have
if (playerenters) { toweapons whatever; }
make sure its
if (playerenters&&!isweapon) { toweapons whatever; }
also make sure the weapon has a img set
|
What is the significance of !isweapon though? Why does that work instead of the other one? j/w