[Include] functions.inc - Adds new natives for scripters.
#7

Just as OneDay says, you're not truly creating native functions. As the PAWN Language Guide says:

Код:
The only means that a pawn program has to manipulate objects in the host application is by calling subroutines, so called “native functions”, that the host application provides.
Plugins allow you to register "subroutines" to the host application (the samp server). A PAWN script cannot create native functions. It needs native functions that the host application provides to it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)