[Pawn] I need help with Assembly (#emit or __emit) - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] I need help with Assembly (#emit or __emit) (/showthread.php?tid=2433) |
I need help with Assembly (#emit or __emit) - Otakeiro - 2023-07-26 I want to make a simple hook through the #emit PHP Code: native CallLocalFunction(const funcname[], const format[], {Float,_}:...); If possible comment the code so I can study it RE: I need help with Assembly (#emit or __emit) - N0FeaR - 2024-03-04 Try this PHP Code: native CallLocalFunction(const funcname[], const format[], {Float,_}:...); |