AMX Language
#1

Hello all, I would ask if there are guides around on amx language, or at least explain what is the # emit .. I also wanted to ask what is the # file, and these native and forward
native sendstring(const message[], const destination[]="");
native sendpacket(const packet[], size, const destination[]="");

native listenport(port);

forward @receivestring(const message[], const source[]);
forward @receivepacket(const packet[], size, const source[]);
Reply
#2

For the functions: http://www.compuphase.com/pawn/Netwo...m_Exchange.pdf
For the AMX directives: http://www.compuphase.com/pawn/Pawn_...nter_Guide.pdf

You will have to do some searching through the guides to find what you want.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)