SA-MP Forums Archive
Grabbing Address (C++) - 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: Grabbing Address (C++) (/showthread.php?tid=488879)



Grabbing Address (C++) - BullseyeHawk - 19.01.2014

Hello, I am creating a new plugin and I am having a bit of difficult time using Invoke to grab some addresses for the new 0.3z R2 version.

I am using this guide, https://sampforum.blast.hk/showthread.php?tid=295798

I can't undertand how to print out addresses towards the console so I could define them inside the plugin.
I have defined them inside the PAWN and I am trying to do the Invoke::GetAddresses function, but it won't return anything visible. I have just started at this, and I am trying to learn more about how to create this. First time with address either, NOT first time with C++.