Jump to content

squaller

Advanced members
  • Content Count

    48
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by squaller


  1. On 12/22/2023 at 12:54 AM, V3ct0r said:

    Hello @Andy,

     

    Yes, there is the problem in the pkodev.mod.reward.client\dllmain.cpp file.

     

    Change

    
    // bool CCommandObj::IsAllowUse()
    bool __cdecl IsAllowUse()
    {
        return false;
    }

    to

    
    // bool CCommandObj::IsAllowUse()
    bool __cdecl IsAllowUse()
    {
        return true;
    }

    and rebuild the mod using Visual Studio version 2019 or newer.

     

    How ican compile ? you can do it for me ?


  2. 5 hours ago, Angelix said:

    You need LuaSQL if you’re using v138/v136. After that, you can find some scripts lying around in the forum already. 

    you have luasql working for 136? , the one shared doesnt work for me 


  3. 1 hour ago, kyleflow said:

    1.  Yes I got a loaded prompt in GS console.

     

    2. I'm using the later version with 1.36 and 1.38 in the zip files. I use 1.36 since my server files is 1.36.

     

    3. Using all the LuaSQL.lua script found especially shared by Angelix, and few other posting and every and each time it return a nil value.

     

     

    sqlua for 136 is bug. it doesnt work . the ones for 138 its okey.

    • Sad 1

  4. Quote

     

    "i have installed, but the 60fps doesnt work, mine is GAME_13X_2,

    What do you mean under "doesn't work"? Any errors? Or just no effect? Explain in more details please.".

     

     

    well like dragontechi said, the game still limited at 30fps , after mod added.

     

    Quote

    "I did test the mod using GAME_13X_1 and GAME_13X_2 and it works fine for me with these Game.exe."

     

    weird that doesnt work for me then :(


  5. On 2/11/2022 at 10:14 AM, wolfenx said:

    you think valuable time. Do you have to occupy it so that people wander like you grow up? Why don't you study instead of smoking crap, I started from 0 with very little help but I started studying and I don't need help, I see these posts and they make me sick

    good for you, but we are here to help and learn from others, your post doesnt help at all. better dont post. thanks.


  6. On 11/9/2021 at 3:30 AM, V3ct0r said:

    Hello friends!

     

    I promised to release an updated version of StallServer, but I'm having some difficulties with multithreading, which I'm currently dealing with. I also recently suffered an illness, so there was no opportunity to work on the project.

     

    The project is not abandoned and almost finished.

     

    7.png

     

    I apologize for the long wait

    hello V3ctor, you have done it ? 

×
×
  • Create New...