imgui and sampfuncs problems

LupusTT

Member
Joined
Dec 27, 2017
Messages
7
Reaction score
0
I want o crate a mod with imgui and sampfuncs but i recived a lot of error.
ZW4UdgQ.png

btw i tried this sdk.
help pls  :sadpepe:
 

Attachments

  • Test ImGUI API(sdk).zip
    757.8 KB · Views: 34

LupusTT

Member
Joined
Dec 27, 2017
Messages
7
Reaction score
0
user88 said:
3300 errors wow
thats bcs u pasted any shit into..


dont do c++

Nope, just i download and run it.
I have same problem when i download sampfuncs sdk from ug base, a lot of errors...
How can i fix it?
 

AR3S

Active member
Joined
Apr 7, 2016
Messages
41
Reaction score
0
You definitely need to take a look here:
https://github.com/ocornut/imgui/tree/master/examples
https://github.com/ocornut/imgui/wiki

also, make sure your include paths are correct.
 

LupusTT

Member
Joined
Dec 27, 2017
Messages
7
Reaction score
0
I think the problem comes from sampfuncs... but i dont have ideas how to resolve it
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
You need the DirectX SDK, also when installing VS make sure you get the windows sdk too.
 

MasterZero

Member
Joined
Apr 20, 2013
Messages
22
Reaction score
1
LupusTT said:
I want o crate a mod with imgui and sampfuncs but i recived a lot of error.
ZW4UdgQ.png

btw i tried this sdk.
help pls  :sadpepe:

>windows.h
first of all you need to install Windows SDK to your VS. Otherwise you cannot create any WinAPI applications.
>3385 errors
lol, you are lucky guy
 

LupusTT

Member
Joined
Dec 27, 2017
Messages
7
Reaction score
0
Thank you all, I succeeded.
And is one more problem, how i can find sampfuncs opcodes, like SF->getSAMP()->getChat()->AddChatMessage(0 - 1, "re"); ?
 
Top