Posts: 28
Threads: 13
Joined: Aug 2009
Reputation:
0
hey guys,
Does anyone know how to develop a client like SA-MP?I just want to know how people develop it!
Regards,
Bhuvanesh
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
They use RakNet, a famous framework-like thing for creating multiplayer networks. Basically thats the trick, all the rest is just coding.
Posts: 2,286
Threads: 18
Joined: Jun 2010
A lil bit of C, a lil bit of ++, a lil bit of RakNet, a lil bit of this thread most likely getting removed, just the usual
Posts: 9
Threads: 0
Joined: Dec 2008
Reputation:
0
Developing mods like this is not easy. You have to know reverse engineering, Assembly and High Level languages like c++.
Posts: 336
Threads: 16
Joined: Jul 2012
Reputation:
0
Learn C, C++, A bit of Java, learn how to use RakNet, reverse engineering, and a-lot of assembly. ( see the code and your computer might crash )
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by Vinnie Robardo
Learn C, C++, A bit of Java, learn how to use RakNet, reverse engineering, and a-lot of assembly. ( see the code and your computer might crash )
|
How is Java used in SA-MP?
Posts: 1
Threads: 0
Joined: Sep 2012
Reputation:
0
See the source code of VCMP (first version).
Posts: 2,857
Threads: 62
Joined: Dec 2010
Reputation:
0
I think SA-MP is written in C# afaik. All you have to do is find a way to inject stuff into the game (MTA or SA-MP style), then try and sync it!