17.12.2014, 21:55
Quote:
You are checking if the player not 8 OR not 11, so if for example the player is in faction 8, he is not in faction 11, so he will still get the error-message.
The way to go is to check if the player is not from 8 AND not from 11, so use && instead of || |
edit: worked ty