Jump to content

The GTA SA Client - OPEN SOURCE


Guest

Recommended Posts

Hello,

As you may know I create GTA SA total conversions, all three are called GTA Makedonija. You may also know that I released a MEGA MODDING TUTORIAL in this section of the forums. In the post, I wrote that I had created a Visual Basic SOurce Code to execute the gta_sa.exe file. I have customized that code to a changable one in the application. You may set your own locatio than to have the permanet one. I have now released the pre release over here without the source code. You may not edit it without my permission. I may post the source here soon.

http://www.thegtaplace.com/downloads/file.php?id=3731

Here is the base of my application:

[

Dim GTAMK_OPEN

GTAMK_OPEN = Shell (Text1.Text, 1)

MSGBox "GTA Makedonija is now starting..."

Explanation of the code:

Dim GTAMK_OPEN (What is needed to be run)

GTAMK_OPEN = (What it is)

Shell (To open in a full window)

(Text1.Text) ( In brackets to be isolated, Text1.Text also meaning Textbox1's text which is the location - There is a textbox on the form."

,1 (Opening one)

Visit http://www.gtamk.info for more information.

GTA_Makedonija_Client.zip

Edited by Guest
Link to comment
Share on other sites

Download it from here:

http://www.thegtaplace.com/downloads/file.php?id=3731

Open it in VB6 (included)

I don't think you under stand me i mean i down loaded it but it dosen't work when i start it so what may i be doing wrong?

I am using the VB6 thingy.

You use VB6 to edit the source code. You also need to set the location to your GTA SA file. It is set to the reccomended default location.

Link to comment
Share on other sites

THANK YOU!

You should not have done that. Why did you report me?

You do not even need full Visual Basic Skills to use this application or source, acculy none for the application.

Link to comment
Share on other sites

You should not have done that. Why did you report me?

What you mean,Sorry :cry: ,any way how do you set it and i'll change my last post too.

You are to click edit GTASA Locations.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...