Quote:
Originally Posted by johny023
if (playerenters && !isweapon){
toweapons /Coke;
if (!isweapon) destroy;
}
|
When a player enters, you're checking to see if the NPC is not a weapon. If it's not a weapon, you add it. Then, you destroy it. What's the purpose of that?