Using batch to connect to a SA-MP server

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
silent
Posts: 44
Joined: 28 Oct 2011 14:40

Using batch to connect to a SA-MP server

#1 Post by silent » 01 Aug 2012 12:42

Hi!
I want to make a batch that will connect to a server in a SA-MP game.
The game is made in C++ its a multiplayer version of Gta San Andreas and its server browser is made in Delphi.
When you use start samp.exe it just starts the browser,and i want to connect to a specific IP,is that even possible ?

silent
Posts: 44
Joined: 28 Oct 2011 14:40

Re: Using batch to connect to a SA-MP server

#2 Post by silent » 01 Aug 2012 13:02

NVM fixed it
How to :
cd /D "X:\bla bla\GTA San Andreas\"
start samp.exe IP:PORT

Post Reply