Posts: 1,197
Threads: 213
Joined: Feb 2011
Reputation:
0
I'm currently scripting a gamemode in 0.3d, as by the time I finish it 0.3d will probably be out of the testing stage and finished, but I also have a server running 0.3c, but I have to re-install 0.3c when I wanna go on there, then re-install 0.3d when I wanna go test my gamemode I'm scripting.. ?
Posts: 406
Threads: 16
Joined: Nov 2007
Reputation:
0
0.3d client's can't connect to 0.3c servers, as well as 0.3c clients can't connect to 0.3d servers, you'll need to wait for 0.3d to come out, or make your script compatible with 0.3c
Posts: 1,496
Threads: 78
Joined: Jun 2008
Reputation:
0
You can install 0.3c first, and then rename samp.dll and samp.saa to things like samp_03c.dll and samp_03c.saa. Then install 0.3d. When you want to play 0.3c, you can rename the samp_03c.dll and samp_03c.saa to be samp.dll/saa, vice versa.