19.02.2009, 19:16
Код:
if(GetVehicleModel(vehicleid) == 498)
{
GivePlayerMoney(playerid,1076);
SendClientMessage(playerid, COLOR_YELLOW, "== You found the weapon van.");
RemovePlayerFromVehicle(playerid);
DestroyVehicle(vehicleid);
}
anyway to remove the vehicle, and have it spawn again later

