Quote:
Originally Posted by MP2
You don't need a plugin to create a new function. You can create a new function like so..
pawn Code:
SomeFunction(args) { // Some code }
Though the 'stock' modifier is generally always used to avoid a 'symbol never used' warning:
pawn Code:
stock SomeFunction(args) { // Some code }
Also works in includes.
If you're asking how to create plugin functions.. there are many many many plugins released here, all with the source code. If you know much about C++, finding out how THEY did it shouldn't be too hard!
|
Hmmm, well I'm happy to see people who still helping newbies... ^^, My question is why do you think that he's a C++ programmer? He barely speak english, and program languages are based on english.