SA-MP Forums Archive
AMX Language - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: AMX Language (/showthread.php?tid=279236)



AMX Language - franco2l - 26.08.2011

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[]);


Re: AMX Language - Bakr - 26.08.2011

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.