Learn to edit sobeit for beginners

mkv

Member
Joined
Mar 7, 2014
Messages
5
Reaction score
0
Hello Guys,
i know some small basics of C++ and i want to learn how to edit sobeit for myself.
Like add some new anims for the beginning, something like that.
My question is, i would like to edit first the look of my sobeit, like the bottom bar, the texts in the background etc.
Can someone tell me what i have to edit ?
 

mkv

Member
Joined
Mar 7, 2014
Messages
5
Reaction score
0
thx for helping me guys  :not_bad:
i did it myself
 

Steezy

Active member
Joined
Jul 26, 2013
Messages
111
Reaction score
0
Sorry, saw you topic just now..
Anyway, if you still need help, first of all download the source from here.
You will need also:
- C++ Compilator (Visual C++ 2010 Express)
We'll use it to compile s0beit's codes in a .dll library (d3d9.dll) which we're gonna put in GTA SA directory.

- Microsoft DirectX SDK (Visual C++ 2010 Express)
We need it to be able to use header files (.h)  which contains defines and base functions to be able to work witch DirectX, the API with witch the engine of gta sa has been programmed.

NOTICE: The order of installation is as follows:
1)Microsoft Visual C++ 2010 Express;
2)Microsoft DirectX SDK (AFTER installed visual c++)

This is all for day one.. tell me if you need, or you already solved.
And sorry for my bad english.
 

mkv

Member
Joined
Mar 7, 2014
Messages
5
Reaction score
0
Hello Steezy,
thank you I got it :)

Now i try to give a player a weapon. I looked what the weapon cheats do, but i cant reverse it, to  give another player the weapon , not me. Got an Idea ?
 

25GHz

Active member
Joined
Feb 19, 2013
Messages
167
Reaction score
0
mkv link said:
[...]
Now i try to give a player a weapon. I looked what the weapon cheats do, but i cant reverse it, to  give another player the weapon , not me. Got an Idea ?
No you can't.
First of all, try to learn VS keyboard shortcuts, kid.
Then, the next step is... learn what server sided functions mean.
 
Top