dphome
Well-known member
Simple and usage SA:MP Version changer. (samp.exe, samp.dll)
Unpack and copy all files to main GTA San Andreas directory.
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