26.10.2013, 19:26
Connecting to SA-MP (Batch - Simple)
Well, first we need to know what a batch file, better known as .batClick Here
I made a file of these for the BPG (brazilian server), which was well accepted and greatly helped the people.
Remembering that this is a simple concept Batch many can be used here this is just one of them.
Tutorial
First, open notepad:With this, create a shortcut to the SA-MP on your desktop:
Now rename the shortcut to Samp:
Now open notepad and type:
pawn Code:
@echo on // Enables Call
start Samp [Put here your IP]
@echo off // Disables Call
pawn Code:
@echo on // Enables Call
start Samp 127.0.0.1
@echo off // Disables Call
Perfect! Now you can connect to the desired IP with just two clicks!
Note: Please enter your name before the Client SA-MP standard, thus avoiding problems.
Video Example of Use
[ame=hhttp://www.youtube.com/watch?v=RcLk0p72CwI]BPG Open[/ame]Finishing
Well, remembering that the Batch helps you with many tasks on the computer (an example is the Cmd).BY: BIEL_COP