First use 'killall -9 samp03svr' to kill the existing process & then use 'nohup ./samp03svr'
Why would you use the TERM signal? Send a signal that will properly initiate the OnGameModeExit sequence - sending TERM won't do that. Use 'kill -h' and use a better signal.