[.bat] SAMP Version changer

dphome

Well-known member
Joined
Mar 21, 2020
Messages
456
Solutions
9
Reaction score
165
Location
Poland
Simple and usage SA:MP Version changer. (samp.exe, samp.dll)
Unpack and copy all files to main GTA San Andreas directory.
PHP:
@ECHO OFF
TITLE SAMPVer
COLOR 3
CLS
TASKKILL /F /IM "samp.exe" > NUL
COPY "SAMPVer\SAMP 0.3.DL\samp.exe" "%~d0%~p0" > NUL
COPY "SAMPVer\SAMP 0.3.DL\samp.dll" "%~d0%~p0" > NUL
START samp.exe > NUL
IF %ERRORLEVEL% NEQ 0 PAUSE
EXIT
 

Attachments

  • SAMPVer.zip
    7.2 MB · Views: 40
Top