11.05.2013, 15:51
Quote:
I don't like to set them up, it's a long procedure to set them up on my VPS, which can be Windows or Linux
|
Quote:
And also, I like to know the kind of code I'm using. All the include's I use in my script's are either made by me or I've read their code, which is exactly why I use them.
|
Quote:
And no, you can still do the SAME thing as you do with plugins in includes, but it may or may not be equally efficient.
|
Can you give variables types in pawn? No.
Can you have unsigned vars in pawn? No.
Is pawn slower? Yes.
Do plugins have more control over things? Yes. A lot.
Plugins have more control over files, the console, memory, and a load of other stuff.
Summary: A lot of things can be done in plugins which can't be done in includes, and plugins are a lot faster.
What does that have to do with it..? Yes, well done, you're learning. Making a streamer isn't the easier thing so hurray, you made it. It's not really worth releasing though.