I watched some youtube videos, i learned about sanny buileder and etc.
Do we have a thread on how to start writing code for sa:mp.
I want as my first project to make a simple chat spammer because that way i learn loops and conditions and then maybe a command for like type /ok playerID and you...
Yea i know how to do that in c++, i was expecting c++ and c# example:
in c++ void (say*)(const char*) = (void(*(const char*))(samp.dll + offset)
but i need an example in c#: as the title says: "how-to-call-a-function-from-a-pointer" in c# more than anything, you gave me a c++ example which i...
#define SAMP_FUNC_SAY 0x57F0
It's like void say();
but how do i call the function, i really have no clue, i tried: (void*)(samp.dll+SAMP_FUNC_SAY)("AAA"); and it doesn't work (who would've guessed)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.