Search results

  1. kraneq

    CLEO Help Get Started in writing Cleo code

    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...
  2. kraneq

    How to call a function from a pointer

    yes i ask for a c# exmaple, you can't read or what's your problem?
  3. kraneq

    How to call a function from a pointer

    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...
  4. kraneq

    How to call a function from a pointer

    Do you even read: C++/C#
  5. kraneq

    How to call a function from a pointer

    If samp.dll + 0x001 is the function for SAY How can i call it and/or see what params it take? C++/C#
  6. kraneq

    [ COLLECTION OF 0.3.7 - 0.*.* OFFSETS ]

    #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)
Top