14.12.2012, 01:04
Remove all DestroyVehicle under OnPlayerDisconnect callback.
edit:
if you have notepad++, you can copy paste the OnPlayerDisconnect callback into it, then use the following regular expression:
Search for:
(DestroyVehicle.*)
Replace with:
(\2)
Notepad++ is my favorite when it comes to manual work.
edit:
if you have notepad++, you can copy paste the OnPlayerDisconnect callback into it, then use the following regular expression:
Search for:
(DestroyVehicle.*)
Replace with:
(\2)
Notepad++ is my favorite when it comes to manual work.